🎨 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);
}