Color updates

This commit is contained in:
Trevor Vallender 2023-12-29 10:14:55 +00:00
parent 681ac3c7dd
commit aadb70fc3c
1 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@
--base00: #657b83;
--base0: #839496;
--base1: #93a1a1;
--base2: #eee8d5;
--base3: #fdf6e3;
--base2: #f6f6f6;
--base3: #eee;
--yellow: #b58900;
--orange: #cb4b16;
--red: #dc322f;
@ -36,7 +36,7 @@
}
#header {
background: var(--base01) url(../images/logo.png) no-repeat 2px;
background: #3b80b0 url(../images/logo.png) no-repeat 2px;
background-size: 90px;
background-position: 20px 10px;
padding: 0 2em 0 130px;