diff --git a/html/ui/app.css b/html/ui/app.css
index e34718a..d5dd4c3 100644
--- a/html/ui/app.css
+++ b/html/ui/app.css
@@ -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);
}
}
diff --git a/html/ui/index.html b/html/ui/index.html
index 22d1eb4..61616f7 100644
--- a/html/ui/index.html
+++ b/html/ui/index.html
@@ -74,7 +74,7 @@
-
+
{{v.title}}{{view.title}}
@@ -112,9 +112,9 @@
{{i?", ":""}}{{k}}
.