diff --git a/css/default.scss b/css/default.scss index 22782e7..01f82c6 100644 --- a/css/default.scss +++ b/css/default.scss @@ -5,13 +5,15 @@ $themes: ( "background": #F3F8F1, "primary": #D7263D, "secondary": #984EA3, - "text": black + "text": black, + "filter": invert(0) ), "dark": ( "primary": #88d498, "secondary": #db5375, "background": #161616, - "text": white + "text": white, + "filter": invert(1) ) ); @@ -211,6 +213,21 @@ article .header { } } +.svg-img { + border: none; + margin: none; + filter: var(--filter); + height: 1.4rem; + display: inline; +} + +footer { + font-size: 1.4rem; + border-top: 1px dotted; + text-align: left; + align-content: left; +} + img { border: 1px solid; margin: auto; diff --git a/templates/default.html b/templates/default.html index 27f1473..f3ded8f 100644 --- a/templates/default.html +++ b/templates/default.html @@ -39,7 +39,7 @@ @@ -48,5 +48,16 @@

$title$

$body$ +