cosmetic changes

This commit is contained in:
Mikaël Cluseau
2025-07-23 09:53:42 +02:00
parent 5fa367949b
commit cd69d9234e
4 changed files with 67 additions and 35 deletions

View File

@ -20,14 +20,10 @@
border-radius: 1ex;
cursor: pointer;
}
& > .selected {
color: blue;
}
}
@media (prefers-color-scheme: dark) {
.downloads > .selected,
.view-links > .selected {
color: #31b0fa;
.downloads, .view-links {
& > .selected {
color: var(--link);
}
}