diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 8 |
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> |
