🎨 Text selection color now matches theme (accent color)

This commit is contained in:
Liyas Thomas
2019-12-06 08:59:15 +05:30
parent 2b4d743d79
commit 2be4b672d5
2 changed files with 1 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ html {
}
::selection {
background-color: var(--ac-sel-color);
background-color: var(--ac-color);
color: var(--act-color);
}

View File

@@ -24,7 +24,6 @@
--err-color: rgb(41, 42, 45);
// Acent color
--ac-color: #50fa7b;
--ac-sel-color: rgb(80, 250, 123, 0.8);
// Active text color
--act-color: rgb(37, 38, 40);
}
@@ -56,7 +55,6 @@
--err-color: #eeeeee;
// Acent color
--ac-color: #57b5f9;
--ac-sel-color: #57b5f9;
// Active text color
--act-color: #ffffff;
}
@@ -88,7 +86,6 @@
--err-color: rgb(8, 8, 8);
// Acent color
--ac-color: #50fa7b;
--ac-sel-color: rgb(80, 250, 123, 0.8);
// Active text color
--act-color: #000000;
}