mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-30 20:00:09 +02:00
Manually define colours for text selection
Imagine using dark mode, couldn't be me
This commit is contained in:
@@ -6,6 +6,10 @@ html {
|
||||
/* sticky footer fix */
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
::selection {
|
||||
color: $text-color;
|
||||
background: $text-highlight-color;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
|
Reference in New Issue
Block a user