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 { &--premium {
&::after { &::after {
content: 'PRO'; content: 'PRO';
color: $colorPurple; font-family: 'JetBrainsMono', monospace;
background-color: rgba($colorPurple, 0.1); color: $colorOrange;
box-decoration-break: clone; background-color: rgba($colorOrange, 0.1);
padding: 0 0.5em; padding: 0 0.5em;
border-radius: 5px; border-radius: 5px;
} }

View File

@@ -80,16 +80,18 @@
} }
> p code, > p code,
> li code, > ul code,
> ol code,
> table code, > table code,
> .remark-container code { > .remark-container code {
color: $colorPurple; color: $colorYellow;
background-color: rgba($colorPurple, 0.1); background-color: rgba($colorYellow, 0.1);
box-decoration-break: clone; box-decoration-break: clone;
} }
> p a, > p a,
> li a, > ul a,
> ol a,
> table a, > table a,
> .remark-container a { > .remark-container a {
text-decoration: underline; text-decoration: underline;
@@ -248,11 +250,9 @@
} }
&.premium { &.premium {
border-color: rgba($colorRed, 0.1); border-color: rgba($colorOrange, 0.1);
background-color: rgba($colorRed, 0.1); background-color: rgba($colorOrange, 0.1);
color: $colorPurple; color: $colorOrange;
background-color: rgba($colorPurple, 0.1);
border-color: rgba($colorPurple, 0.1);
} }
.remark-container-title { .remark-container-title {