From 9417dff4ff4d74544e0ff8667d6f651a901e748a Mon Sep 17 00:00:00 2001 From: FTCHD <144691102+FTCHD@users.noreply.github.com> Date: Sat, 20 Sep 2025 00:13:51 +0200 Subject: [PATCH] Browse link colors #33 Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com> --- public/browse.html | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/public/browse.html b/public/browse.html index 62c93fc..d6106af 100644 --- a/public/browse.html +++ b/public/browse.html @@ -112,16 +112,26 @@ It's not pretty, but at the same time Adobe's .PSD implementation exists. } /* Links */ - a { + a { color: #66b3ff !important; + letter-spacing: 0.05px !important; } - a:visited { - color: #b366ff !important; - } - - a:hover { + a:hover { color: #99ccff !important; + } + + a:not([class]) { + color: #e8e8e8 !important; + } + + a[href^="."] { + color: #808080 !important; + } + + /* Item name font size */ + span.name { + font-size: 16px !important; } /* Filter input */ @@ -130,6 +140,12 @@ It's not pretty, but at the same time Adobe's .PSD implementation exists. color: #e0e0e0 !important; border: 1px solid #404040 !important; padding: 5px 10px !important; + height: 28px !important; + width: 100% !important; + max-width: -webkit-fill-available !important; + border-radius: 10px !important; + font-size: 16px !important; + text-transform: capitalize !important; } #filter:focus {