aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-03-03 11:07:15 +0000
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-03-03 11:07:15 +0000
commitafba4a58708807f6d1234793dabad51a82d39dcf (patch)
treefc704a73f541e8f0c5f4b0ecc4620c75965f15cc /public/index.html
parent50b248cd2174bb98eff26994ccf316710501cfe5 (diff)
downloadzue.dev-afba4a58708807f6d1234793dabad51a82d39dcf.tar
zue.dev-afba4a58708807f6d1234793dabad51a82d39dcf.tar.gz
zue.dev-afba4a58708807f6d1234793dabad51a82d39dcf.tar.bz2
zue.dev-afba4a58708807f6d1234793dabad51a82d39dcf.tar.xz
zue.dev-afba4a58708807f6d1234793dabad51a82d39dcf.zip
better link styling
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/index.html b/public/index.html
index 66b5675..bd4bc80 100644
--- a/public/index.html
+++ b/public/index.html
@@ -83,12 +83,12 @@
}
a:hover {
- background: black;
- color: white;
+ background: black !important;
+ color: white !important;
@media (prefers-color-scheme: dark) {
- background: white;
- color: black;
+ background: white !important;
+ color: black !important;
}
}
</style>