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 {
|
body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
background-color: #f5f5f5;
|
background-color: var(--ci-darkgreen);
|
||||||
color: #222;
|
color: var(--ci-creamwhite);
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@@ -18,8 +28,8 @@ body {
|
|||||||
.year-list a {
|
.year-list a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
background: #8573FB;
|
background: var(--ci-blue);
|
||||||
color: white;
|
color: var(--ci-creamwhite);
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
Reference in New Issue
Block a user