style: use yellow for mark color

This commit is contained in:
Kazhnuz 2018-10-15 10:51:49 +02:00
parent 3ecf9a0028
commit 8ac4fb14cc
2 changed files with 2 additions and 2 deletions

View File

@ -937,7 +937,7 @@ a, a:hover, a:active {
/* Clear-Typography overrides */ /* Clear-Typography overrides */
mark { mark {
background-color: #fac694; } background-color: #fcf2c0; }
blockquote, pre { blockquote, pre {
border-color: #7951c0; } border-color: #7951c0; }

View File

@ -15,7 +15,7 @@ $color-primary: $color-purple;
$color-secondary: $color-blue; $color-secondary: $color-blue;
$color-link: $color-blue; $color-link: $color-blue;
$color-selection: $color-blue; $color-selection: $color-blue;
$color-mark: $color-orange; $color-mark: $color-yellow;
@mixin borders() { @mixin borders() {
border: $border-size solid rgba(0, 0, 0, 0.3) border: $border-size solid rgba(0, 0, 0, 0.3)