mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Add -moz-selection for firefox
This commit is contained in:
+5
-1
@@ -16,7 +16,11 @@ body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
::selection{
|
||||
::selection {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user