diff options
Diffstat (limited to 'modules/unicode/index.html')
-rw-r--r-- | modules/unicode/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/modules/unicode/index.html b/modules/unicode/index.html index 781090c..407d6b5 100644 --- a/modules/unicode/index.html +++ b/modules/unicode/index.html @@ -39,6 +39,26 @@ code { padding: 3px; border-radius: 5px; } + +@media (prefers-color-scheme: dark) { + body { + color: #eee; + background-color: #181818; + } + .table > div:nth-child(even) { + background-color: #1b1b1b; + } + .table > div:nth-child(odd) { + background-color: #262626; + } + input[type="text"] { + background-color: #444; + color: #fff; + } + code { + background-color: #252525; + } +} </style> <script> function do_lookup(override) { |