Rewrote colors to use variables

This commit is contained in:
Firq 2023-03-05 21:58:01 +01:00
parent f53cc0b31a
commit e5669d33ab
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
16 changed files with 34 additions and 58 deletions
src/components

View file

@ -19,7 +19,7 @@
<style>
header {
background-color: #1e1e1e;
background-color: var(--c-darkgray);
display: flex;
height: auto;
width: 100%;
@ -53,7 +53,7 @@
line-height: 1.5em;
}
.mobile > ul {
background-color: #1e1e1e;
background-color: var(--c-darkgray);
align-items: center;
flex-wrap: wrap;
flex-direction: column;
@ -70,7 +70,7 @@
.mobile {
display:flex;
background-color: #1e1e1e;
background-color: var(--c-darkgray);
border: 0px;
width: 100%;
height: 64px;