Use a proper background color for selection
This commit is contained in:
parent
c5e0158fcb
commit
b9dee4705e
@ -26,3 +26,7 @@ $code-background-color-dark: mix($base00, $base01, 85%);
|
|||||||
@import "minimal-mistakes"; // main partials
|
@import "minimal-mistakes"; // main partials
|
||||||
|
|
||||||
|
|
||||||
|
::selection{
|
||||||
|
background: #004DAA;
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user