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 {
color: #fff;
background-image: url(/images/bgs/tehb.webp);
background-color: #121212;
min-height: 100%;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50%;
background-size: cover;
background-color: #383C4A;
}
nav.navigation{
background-color: #2E323E;
}
::-webkit-scrollbar {
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) {
body.colorscheme-dark .navigation .navigation-list {
background-color: #212121;
border-top: solid 2px #424242;
border-bottom: solid 2px #424242;
background-color: #2E323E;
border-top: solid 2px #4E5D94;
border-bottom: solid 2px #4E5D94;
}
}