Use the same font weight for all text

This commit is contained in:
kolaente 2019-10-30 22:27:12 +01:00
parent 4f80bda7aa
commit 6127d7ff34
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 13 deletions

View File

@ -40,19 +40,9 @@ h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
.text-normal{
font-weight: normal;
}
h1, h3, h4 {
color: #fff;
}
h4 {
a {
text-decoration: underline;
color: lighten($dark, 10) !important;
}
a {
text-decoration: underline;
color: lighten($dark, 10) !important;
}
.button:first-child {