aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/index.css
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-13 17:09:21 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-13 17:09:21 -0800
commitc9a28d08aeb2d2883811c5719443145f93011452 (patch)
treef6d1be5fa9eed10957266050ac307f95b23142e7 /frontend/src/index.css
parent777c55c742066c674d544604a388d15b782769ff (diff)
downloadneko-c9a28d08aeb2d2883811c5719443145f93011452.tar.gz
neko-c9a28d08aeb2d2883811c5719443145f93011452.tar.bz2
neko-c9a28d08aeb2d2883811c5719443145f93011452.zip
style(v2): make links blue and bold to match legacy look (NK-6b4a2e)
Diffstat (limited to 'frontend/src/index.css')
-rw-r--r--frontend/src/index.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/frontend/src/index.css b/frontend/src/index.css
index fcfde1b..3b39cf5 100644
--- a/frontend/src/index.css
+++ b/frontend/src/index.css
@@ -70,6 +70,11 @@ button:focus-visible {
outline: 4px auto -webkit-focus-ring-color;
}
+a {
+ color: var(--link-color);
+ text-decoration: none;
+}
+
@media (prefers-color-scheme: light) {
:root {
color: #213547;
@@ -77,7 +82,8 @@ button:focus-visible {
}
a:hover {
- color: #747bff;
+ color: blue;
+ text-decoration: underline;
}
button {