diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/css/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/source/css/style.css b/source/css/style.css index 60e5df1..8ce9927 100644 --- a/source/css/style.css +++ b/source/css/style.css @@ -1,3 +1,19 @@ pre { background-color: none !important; +} + +@media (prefers-color-scheme: dark) { + * { + transition: backgourd-color 0.5s; + } +} + +@media screen and (max-width: 1023px) { + .navbar-menu { + box-shadow: 0 8px 16px -8px rgb(10 10 10 / 10%) !important; + } +} + +.navbar-brand .navbar-item:hover { + background-color: inherit !important; }
\ No newline at end of file |