improve about window

This commit is contained in:
Vendicated
2025-07-06 18:57:57 +02:00
parent 4baf6de472
commit fde447bc1d
4 changed files with 67 additions and 18 deletions

View File

@@ -4,6 +4,7 @@
--fg-secondary: #313338;
--fg-semi-trans: rgb(0 0 0 / 0.2);
--link: #006ce7;
--link-hover: #005bb5;
}
@media (prefers-color-scheme: dark) {
@@ -13,6 +14,7 @@
--fg-secondary: #b5bac1;
--fg-semi-trans: rgb(255 255 255 / 0.2);
--link: #00a8fc;
--link-hover: #0086c3;
}
}
@@ -27,4 +29,9 @@ body {
a {
color: var(--link);
transition: color 0.2s linear;
}
a:hover {
color: var(--link-hover);
}