website/themes/lynx/assets/css/custom.css
lauralani 6e14aebfbb
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
add cloud.lila.network
2023-10-03 18:11:10 +02:00

14 lines
No EOL
228 B
CSS

.link-custom-status {
background: linear-gradient(45deg,
rgba(131, 58, 180, 1) 25%,
rgb(253, 29, 29) 100%);
}
.link-custom-ci {
background: green;
}
.link-nextcloud {
background: #007bc0;
}