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

This commit is contained in:
Sophia Atkinson 2022-11-08 06:35:37 -08:00
parent cb2072acdc
commit 2a68efc77d
1 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,13 @@ nav.navigation{
::-webkit-scrollbar {
display: none;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
max-width: 100%;
}
body.colorscheme-dark a {
color: #fff;
text-decoration: underline;