Update 'themes/hugo-coder/assets/scss/coder-dark.scss'
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user