From cd69d9234e7ac7a427c2032ba75e2573685cf8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?= Date: Wed, 23 Jul 2025 09:53:42 +0200 Subject: [PATCH] cosmetic changes --- html/ui/app.css | 10 ++---- html/ui/index.html | 8 ++--- html/ui/js/app.js | 5 ++- html/ui/style.css | 79 ++++++++++++++++++++++++++++++++-------------- 4 files changed, 67 insertions(+), 35 deletions(-) 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 @@