Color updates
This commit is contained in:
parent
681ac3c7dd
commit
aadb70fc3c
|
@ -18,8 +18,8 @@
|
||||||
--base00: #657b83;
|
--base00: #657b83;
|
||||||
--base0: #839496;
|
--base0: #839496;
|
||||||
--base1: #93a1a1;
|
--base1: #93a1a1;
|
||||||
--base2: #eee8d5;
|
--base2: #f6f6f6;
|
||||||
--base3: #fdf6e3;
|
--base3: #eee;
|
||||||
--yellow: #b58900;
|
--yellow: #b58900;
|
||||||
--orange: #cb4b16;
|
--orange: #cb4b16;
|
||||||
--red: #dc322f;
|
--red: #dc322f;
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
background: var(--base01) url(../images/logo.png) no-repeat 2px;
|
background: #3b80b0 url(../images/logo.png) no-repeat 2px;
|
||||||
background-size: 90px;
|
background-size: 90px;
|
||||||
background-position: 20px 10px;
|
background-position: 20px 10px;
|
||||||
padding: 0 2em 0 130px;
|
padding: 0 2em 0 130px;
|
||||||
|
|
Loading…
Reference in New Issue