diff options
author | Doge <[email protected]> | 2021-05-08 16:36:20 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-08 16:36:20 +0800 |
commit | 0b552cbbf605b897c96e5a09e3a339f8a0955dc3 (patch) | |
tree | 96c63db1c60c3c57201a8f9f2d19b425a9a8306e /source | |
parent | 569f72f60f6a8e6227c2eac081ec1a91398c07d6 (diff) | |
download | chromate-0b552cbbf605b897c96e5a09e3a339f8a0955dc3.tar.gz chromate-0b552cbbf605b897c96e5a09e3a339f8a0955dc3.tar.bz2 chromate-0b552cbbf605b897c96e5a09e3a339f8a0955dc3.zip |
Draw header page
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 |