update colors

This commit is contained in:
Philipp Kühn
2020-10-28 21:06:00 +01:00
parent f642c8ecad
commit 490a9fbb51
2 changed files with 12 additions and 12 deletions

View File

@@ -186,9 +186,9 @@ $menuBreakPoint: 800px;
&--premium {
&::after {
content: 'PRO';
color: $colorPurple;
background-color: rgba($colorPurple, 0.1);
box-decoration-break: clone;
font-family: 'JetBrainsMono', monospace;
color: $colorOrange;
background-color: rgba($colorOrange, 0.1);
padding: 0 0.5em;
border-radius: 5px;
}