diff --git a/html/content.css b/html/content.css index 40ae88a..a6c012a 100644 --- a/html/content.css +++ b/html/content.css @@ -29,11 +29,26 @@ body { font-weight: lighter; } -body.nightmode { +.nightmode { background: #111; color: #aaa; } +.nightmode::-webkit-scrollbar { + width: 8px; + height: 8px; +} + +.nightmode::-webkit-scrollbar-track-piece { + background-color: #111; +} + +.nightmode::-webkit-scrollbar-thumb:vertical { + height: 30px; + background-color: #444; + border-radius: 5px; +} + h1 { font-weight: lighter; font-size: 1.4em;