Meta Angaben für Content-Seiten hinzugefügt.

This commit is contained in:
2022-06-15 08:26:06 +02:00
parent ee7ed0db1f
commit 25a39dfac0
9 changed files with 192 additions and 116 deletions

View File

@@ -1,7 +1,8 @@
article,
.article {
overflow-wrap: anywhere;
// border: 1px dashed @on-background;
border: 1px dashed @on-background;
padding: 2px;
& ~ article,
& ~ .article {

View File

@@ -6,7 +6,7 @@
@primary: #ff0000;
@on-primary: #fff;
@secondary: #1e7c9e;
@secondary: #4e5d64;
@on-secondary: #ffffff;
@surface: #fff;