diff --git a/css/main.css b/css/main.css index 5dd6ccf..3a4e29f 100644 --- a/css/main.css +++ b/css/main.css @@ -361,12 +361,12 @@ body.dark-mode td { border-color: #444; } body.dark-mode th { - background: #1e1e1e; + background: #121212; } body.dark-mode code, body.dark-mode pre { - background: #1e1e1e; + background: #121212; color: #c8c8c8; } @@ -379,7 +379,7 @@ body.dark-mode input, body.dark-mode select, body.dark-mode textarea, body.dark-mode button { - background: #1e1e1e; + background: #121212; color: #e0e0e0; border: 1px solid #555; }