summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-15 13:27:06 +0100
committerMattias Andrée <m@maandree.se>2026-02-15 13:27:06 +0100
commit64563139ca70b57b611972f1e9d496efdf3862e8 (patch)
tree9bee5a75a8a7c5739b1c67a5683b223e4a2a23bf /style.css
parentFix layout (diff)
downloadunicode-tables-64563139ca70b57b611972f1e9d496efdf3862e8.tar.gz
unicode-tables-64563139ca70b57b611972f1e9d496efdf3862e8.tar.bz2
unicode-tables-64563139ca70b57b611972f1e9d496efdf3862e8.tar.xz
Add light-mode theme
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/style.css b/style.css
index 0798bb3..9adb147 100644
--- a/style.css
+++ b/style.css
@@ -119,3 +119,24 @@ ul {
.seealso {
color: #888888;
}
+
+
+@media (prefers-color-scheme: light) {
+ body {
+ background-color: #D8D4D2;
+ color: #222222;
+ }
+
+ a:hover {
+ background-color: #F0F0F0;
+ }
+
+ .seealso {
+ color: #707070;
+ }
+
+ .lacuna {
+ opacity: 0.5;
+ background-color: #777777;
+ }
+}