adventskalender/shared/style.css aktualisiert
This commit is contained in:
@@ -1,7 +1,17 @@
|
||||
/* === Bratonien CI-Farben === */
|
||||
:root {
|
||||
--ci-darkgreen: #104f3a;
|
||||
--ci-gold: #c8aa49;
|
||||
--ci-blue: #1a3765;
|
||||
--ci-beige: #d9c27f;
|
||||
--ci-creamwhite: #f7f3e8;
|
||||
}
|
||||
|
||||
/* === Basislayout (global) === */
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
background-color: #f5f5f5;
|
||||
color: #222;
|
||||
background-color: var(--ci-darkgreen);
|
||||
color: var(--ci-creamwhite);
|
||||
padding: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -18,8 +28,8 @@ body {
|
||||
.year-list a {
|
||||
text-decoration: none;
|
||||
font-size: 1.2rem;
|
||||
background: #8573FB;
|
||||
color: white;
|
||||
background: var(--ci-blue);
|
||||
color: var(--ci-creamwhite);
|
||||
padding: 0.5rem 1rem;
|
||||
border-radius: 8px;
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user