diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css index b1f2163..a133db6 100644 --- a/doc/style.css +++ b/doc/style.css @@ -26,7 +26,7 @@ pre { overflow-x: scroll; } .snac-footer { margin-top: 2em; font-size: 75% } .snac-poll-result { margin-left: auto; margin-right: auto; } @media (prefers-color-scheme: dark) { - body { background-color: #000; color: #fff; } + body, input, textarea { background-color: #000; color: #fff; } a { color: #7799dd } a:visited { color: #aa99dd } } |