mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-07 09:58:01 +02:00
dark mode + .... some form of toggle :)
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
.header {
|
||||
align-items: baseline;
|
||||
background: #fff;
|
||||
background: $color-bg;
|
||||
border-bottom: 1px solid #808080;
|
||||
color: #000;
|
||||
color: $color-base;
|
||||
display: flex;
|
||||
height: 50px;
|
||||
justify-content: space-between;
|
||||
@@ -33,7 +33,7 @@
|
||||
}
|
||||
|
||||
.name {
|
||||
color: #000;
|
||||
color: $color-base;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user