Kleinere Anpassungen für Seiten- und Navigations- Bearbeitung.
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
@@ -50,6 +50,12 @@ header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a {
|
||||
&.active {
|
||||
color: @primary;
|
||||
}
|
||||
}
|
||||
|
||||
& > * {
|
||||
text-decoration: none;
|
||||
transition: @transition-default;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user