Rewrote colors to use variables
This commit is contained in:
parent
f53cc0b31a
commit
e5669d33ab
16 changed files with 34 additions and 58 deletions
src/components
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue