mirror of
https://github.com/KevinMidboe/infra-map.git
synced 2025-12-08 12:19:06 +00:00
theme color a bit more brown
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||
<link rel="stylesheet" href="%sveltekit.assets%/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#1c1819" />
|
||||
<meta name="theme-color" content="#32292B" />
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
grid-template-columns: 200px 1fr auto;
|
||||
grid-template-areas: 'logoSection siteAndEnvironment profileAndHelp';
|
||||
align-items: center;
|
||||
background: #1c1819;
|
||||
background: var(--theme);
|
||||
padding: 0 1rem;
|
||||
border-radius: 6px;
|
||||
color: white;
|
||||
@@ -79,6 +79,7 @@
|
||||
font-size: 1.5rem;
|
||||
padding: 0;
|
||||
font-weight: 300;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
img {
|
||||
|
||||
@@ -344,7 +344,7 @@
|
||||
margin-bottom: 0.45em;
|
||||
font-size: 1.1rem;
|
||||
font-weight: 300;
|
||||
color: #1c1b1b;
|
||||
color: var(--theme);
|
||||
}
|
||||
|
||||
.meta {
|
||||
|
||||
@@ -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