mirror of
https://github.com/KevinMidboe/infra-map.git
synced 2025-12-07 19:59:07 +00:00
theme color a bit more brown
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
--bg: #f9f5f3;
|
||||
--color: #1c1819;
|
||||
--highlight: #eaddd5;
|
||||
--theme: #32292b;
|
||||
|
||||
--positive: #00d439;
|
||||
--negative: #ff5449;
|
||||
@@ -63,6 +64,7 @@ h1 {
|
||||
font-family: 'Norman', 'Reckless Neue';
|
||||
letter-spacing: 2.2px;
|
||||
font-weight: bold !important;
|
||||
color: var(--theme);
|
||||
}
|
||||
|
||||
h2 {
|
||||
@@ -121,7 +123,7 @@ button span {
|
||||
}
|
||||
|
||||
button.affirmative span {
|
||||
background-color: #1c1819;
|
||||
background-color: var(--theme);
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user