diff --git a/scss/_params.scss b/scss/_params.scss index bf6eca5..cfe6069 100644 --- a/scss/_params.scss +++ b/scss/_params.scss @@ -1,6 +1,6 @@ // vim: tabstop=2 shiftwidth=2 expandtab -$bg_color: #fcffe4; +$bg_color: white; $link_color: #07a; $fg_color: #555; $head_bg_color: #060033; diff --git a/static/css/style.css b/static/css/style.css index cf27e17..1f80408 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,6 +1,6 @@ @import url("fonts.css"); html { - background-color: #fcffe4; } + background-color: white; } body { font-family: Open Sans,Arial; @@ -18,14 +18,14 @@ body { align-items: center; margin: 0; padding: 30px 60px; - color: #fcffe4; } + color: white; } #head .title { font-size: 1.4em; font-weight: bold; } #head .whoami { font-weight: bold; } #head a, #head a:visited { - color: #fcffe4; } + color: white; } #main-container { display: flex; @@ -47,7 +47,7 @@ body { margin: 2px 0; border-top-left-radius: 10px; border-bottom-left-radius: 10px; - color: #fcffe4; } + color: white; } #main-container .tab-selector ul li a:hover { margin-left: 10px; } #main-container .tab-selector ul li.active {