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