🎨 Text selection color now matches theme (accent color)
This commit is contained in:
@@ -19,7 +19,7 @@ html {
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: var(--ac-sel-color);
|
||||
background-color: var(--ac-color);
|
||||
color: var(--act-color);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user