Kleinere Anpassungen für Seiten- und Navigations- Bearbeitung.

This commit is contained in:
2022-05-30 15:57:11 +02:00
parent c67f712280
commit 5d08a96327
11 changed files with 32 additions and 23 deletions

View File

@@ -5,7 +5,7 @@ body {
font-size: @font-size-default;
font-weight: @font-weight-default;
line-height: @font-line-height-default;
font-family: "Montserrat", sans-serif;
font-family: "Nunito", sans-serif;
width: 100%;
height: 100%;
}

View File

@@ -50,6 +50,12 @@ header {
display: none;
}
a {
&.active {
color: @primary;
}
}
& > * {
text-decoration: none;
transition: @transition-default;

View File

@@ -15,7 +15,7 @@
@error: #eebdbd;
@on-error: #eb5757;
@font-size-default: 16px;
@font-size-default: 14px;
@font-weight-default: 400;
@font-line-height-default: 1.6;