Style: change background color (white)

Get rid of this ugly yellow
This commit is contained in:
Théophile Bastian 2020-06-21 22:31:11 +02:00
parent 88fd252c40
commit 33e3f2026c
2 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -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 {