This commit is contained in:
2023-09-14 10:18:54 +02:00
parent e4d1b83108
commit b2f2c2af44
5 changed files with 36 additions and 36 deletions

View File

@@ -10,7 +10,7 @@ body {
background-image: var(--background-image);
background-size: cover;
background-position: center;
color: var(--text) !important;
color: var(--text);
transition: background-color cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
}
@@ -22,21 +22,11 @@ a {
}
.title {
color: var(--text-title) !important;
color: var(--text-title);
}
.subtitle {
color: var(--text-subtitle) !important;
}
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.7rem;
margin-top: 2rem;
margin-bottom: 1rem;
color: var(--text-subtitle);
}
header {
@@ -67,9 +57,11 @@ header {
h2 {
font-size: 0.9em;
line-height: 1em;
margin: 0;
}
h1 {
margin: 0;
font-size: 2em;
line-height: 1em;
}