Use a proper background color for selection

pull/1/head
Asocia 2022-01-07 00:49:19 +03:00
parent c5e0158fcb
commit b9dee4705e
1 changed files with 4 additions and 0 deletions

View File

@ -26,3 +26,7 @@ $code-background-color-dark: mix($base00, $base01, 85%);
@import "minimal-mistakes"; // main partials
::selection{
background: #004DAA;
}