Browse link colors #33

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-09-20 00:13:51 +02:00
parent 4ec95aa238
commit 9417dff4ff
+22 -6
View File
@@ -112,16 +112,26 @@ It's not pretty, but at the same time Adobe's .PSD implementation exists.
} }
/* Links */ /* Links */
a { a {
color: #66b3ff !important; color: #66b3ff !important;
letter-spacing: 0.05px !important;
} }
a:visited { a:hover {
color: #b366ff !important;
}
a:hover {
color: #99ccff !important; 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 */ /* Filter input */
@@ -130,6 +140,12 @@ It's not pretty, but at the same time Adobe's .PSD implementation exists.
color: #e0e0e0 !important; color: #e0e0e0 !important;
border: 1px solid #404040 !important; border: 1px solid #404040 !important;
padding: 5px 10px !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 { #filter:focus {