style: use yellow for mark color
This commit is contained in:
parent
3ecf9a0028
commit
8ac4fb14cc
2 changed files with 2 additions and 2 deletions
|
@ -937,7 +937,7 @@ a, a:hover, a:active {
|
|||
|
||||
/* Clear-Typography overrides */
|
||||
mark {
|
||||
background-color: #fac694; }
|
||||
background-color: #fcf2c0; }
|
||||
|
||||
blockquote, pre {
|
||||
border-color: #7951c0; }
|
||||
|
|
|
@ -15,7 +15,7 @@ $color-primary: $color-purple;
|
|||
$color-secondary: $color-blue;
|
||||
$color-link: $color-blue;
|
||||
$color-selection: $color-blue;
|
||||
$color-mark: $color-orange;
|
||||
$color-mark: $color-yellow;
|
||||
|
||||
@mixin borders() {
|
||||
border: $border-size solid rgba(0, 0, 0, 0.3)
|
||||
|
|
Reference in a new issue