update content, add text align justify

This commit is contained in:
Hans Pagel
2020-11-03 16:13:13 +01:00
parent 3a79b8c564
commit 9bcdb57f14
13 changed files with 110 additions and 145 deletions

View File

@@ -184,7 +184,16 @@ $menuBreakPoint: 800px;
}
&--draft {
color: rgba($colorWhite, 0.2);
color: rgba($colorWhite, 0.4);
&::after {
content: 'draft';
font-family: 'JetBrainsMono', monospace;
color: $colorGrey;
background-color: rgba($colorGrey, 0.1);
padding: 0 0.5em;
border-radius: 5px;
}
}
&--premium {