Style: change background color (white)
Get rid of this ugly yellow
This commit is contained in:
parent
88fd252c40
commit
33e3f2026c
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
// vim: tabstop=2 shiftwidth=2 expandtab
|
// vim: tabstop=2 shiftwidth=2 expandtab
|
||||||
|
|
||||||
$bg_color: #fcffe4;
|
$bg_color: white;
|
||||||
$link_color: #07a;
|
$link_color: #07a;
|
||||||
$fg_color: #555;
|
$fg_color: #555;
|
||||||
$head_bg_color: #060033;
|
$head_bg_color: #060033;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
@import url("fonts.css");
|
@import url("fonts.css");
|
||||||
html {
|
html {
|
||||||
background-color: #fcffe4; }
|
background-color: white; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Open Sans,Arial;
|
font-family: Open Sans,Arial;
|
||||||
|
@ -18,14 +18,14 @@ body {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 30px 60px;
|
padding: 30px 60px;
|
||||||
color: #fcffe4; }
|
color: white; }
|
||||||
#head .title {
|
#head .title {
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
#head .whoami {
|
#head .whoami {
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
#head a, #head a:visited {
|
#head a, #head a:visited {
|
||||||
color: #fcffe4; }
|
color: white; }
|
||||||
|
|
||||||
#main-container {
|
#main-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -47,7 +47,7 @@ body {
|
||||||
margin: 2px 0;
|
margin: 2px 0;
|
||||||
border-top-left-radius: 10px;
|
border-top-left-radius: 10px;
|
||||||
border-bottom-left-radius: 10px;
|
border-bottom-left-radius: 10px;
|
||||||
color: #fcffe4; }
|
color: white; }
|
||||||
#main-container .tab-selector ul li a:hover {
|
#main-container .tab-selector ul li a:hover {
|
||||||
margin-left: 10px; }
|
margin-left: 10px; }
|
||||||
#main-container .tab-selector ul li.active {
|
#main-container .tab-selector ul li.active {
|
||||||
|
|
Loading…
Reference in a new issue