Skip to content
Snippets Groups Projects
Commit 797041f1 authored by Karsch Lukas's avatar Karsch Lukas
Browse files

Merge branch 'fix_fontalternative' into 'main'

Fix fontalternative

See merge request !43
parents ca9964f6 183abac1
No related branches found
No related tags found
2 merge requests!43Fix fontalternative,!42Colour-Fix, Font also visible in Darkmode
Pipeline #57244 passed
......@@ -3,7 +3,6 @@
line-height: 1.5;
font-weight: 400;
color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;
......@@ -66,3 +65,14 @@ button:focus-visible {
background-color: #f9f9f9;
}
}
@media (prefers-color-scheme: dark) {
:root {
color: #213547;
background-color: #ffffff;
}
button, input {
background-color: #f9f9f9;
}
}
......@@ -15,7 +15,7 @@
color: #4d5927;
}
.descriptionAside h1{
font-family: Garamond;
font-family: Garamond, sans-serif;
}
.descriptionAside h2 {
padding-top: 5px;
......@@ -23,7 +23,7 @@
.descriptionAside p {
padding-top: 20px;
font-family: Century Gothic;
font-family: Century Gothic, sans-serif;
}
......@@ -36,7 +36,7 @@
padding: 10%;
font-size: 1.5rem;
font-weight: 500;
font-family: Century Gothic;
font-family: Century Gothic, sans-serif;
}
.smallDiv {
......@@ -46,7 +46,7 @@
.smallDiv p {
padding-top: 10px;
font-family: Century Gothic;
font-family: Century Gothic, sans-serif;
font-size: 1.25rem;
}
......
......@@ -20,7 +20,7 @@ ul {
}
nav .title {
font-family: Garamond;
font-family: Garamond, sans-serif;
color: rgb(0, 0, 0);
font-size: 3rem;
font-weight: bold;
......
......@@ -22,7 +22,6 @@ form {
width: 60%;
background-color: #f9f9f9;
border-radius: 5px;
color: #333;
}
.input:hover{
......@@ -35,7 +34,6 @@ form {
background-color: #f9f9f9;
font-size: 1em;
font-weight: bold;
}
.submitButton:hover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment