mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-26 17:04:23 +01:00
Fix: set ::-moz-selection to font bold to
This commit is contained in:
parent
05f1198dfb
commit
2c47cd338c
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ pre {
|
|||
::-moz-selection {
|
||||
/* Firefox Code */
|
||||
color: #57cbcc;
|
||||
font-weight: bold;
|
||||
background: #750cf2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue