hover
This commit is contained in:
@@ -4,6 +4,16 @@
|
||||
--accent: #555555;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--bg);
|
||||
color: var(--text);
|
||||
|
||||
Reference in New Issue
Block a user