Update 'themes/hugo-coder/assets/scss/coder-dark.scss'

This commit is contained in:
Sophia Atkinson 2022-11-06 00:15:56 -07:00
parent 8e96a40eda
commit cb2072acdc
1 changed files with 7 additions and 11 deletions

View File

@ -1,14 +1,10 @@
body.colorscheme-dark { body.colorscheme-dark {
color: #fff; color: #fff;
background-image: url(/images/bgs/tehb.webp); background-color: #383C4A;
background-color: #121212; }
min-height: 100%; nav.navigation{
background-repeat: no-repeat; background-color: #2E323E;
background-attachment: fixed;
background-position: 50%;
background-size: cover;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
display: none; display: none;
} }
@ -258,9 +254,9 @@ body.colorscheme-dark .navigation a:hover,body.colorscheme-dark .navigation a:fo
@media only screen and (max-width:768px) { @media only screen and (max-width:768px) {
body.colorscheme-dark .navigation .navigation-list { body.colorscheme-dark .navigation .navigation-list {
background-color: #212121; background-color: #2E323E;
border-top: solid 2px #424242; border-top: solid 2px #4E5D94;
border-bottom: solid 2px #424242; border-bottom: solid 2px #4E5D94;
} }
} }