diff --git a/themes/solarized/static/css/main.css b/themes/solarized/static/css/main.css index db6e3b4..a828c20 100644 --- a/themes/solarized/static/css/main.css +++ b/themes/solarized/static/css/main.css @@ -11,6 +11,13 @@ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary /* WORDCLOUD */ /* CUSTOM */ +html { + background-color: #0E2F39; + /* color: #ACBDBF; */ + color: #93a1a1; +} + + body { font-family: 'Lato', 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; line-height: 1.429; @@ -20,7 +27,6 @@ body { min-height: 95vh; } p { - color: rgb(131, 148, 150); margin: 0 10 0 10; padding-left: 0.75rem; line-height: 1.2rem;