Prototype Article und Theme Files hinzugefügt

This commit is contained in:
Mario Linz
2022-04-01 22:43:12 +02:00
parent 969ebabd18
commit 027cdba67d
63 changed files with 5866 additions and 123 deletions

View File

@@ -0,0 +1,46 @@
a {
color: @on-background;
text-decoration: none;
transition: @transition-default;
&:hover {
color: @primary;
text-decoration: underline;
}
}
a {
color: @primary;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
color: @primary;
font-weight: 700;
line-height: 1.2;
}
h1,
.h1 {
font-size: 32px;
}
h2,
.h2 {
font-size: 24px;
}
h3,
.h3 {
font-size: 24px;
}