mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 07:44:23 +01:00
Changed color on selection
This commit is contained in:
parent
eceeb9e321
commit
96dfd4c6c6
1 changed files with 5 additions and 4 deletions
|
@ -61,13 +61,14 @@ pre {
|
|||
=================================================================*/
|
||||
::-moz-selection {
|
||||
/* Firefox Code */
|
||||
color: #fff;
|
||||
background: #57cbcc;
|
||||
color: #57cbcc;
|
||||
background: #750cf2;
|
||||
}
|
||||
|
||||
::selection {
|
||||
color: #fff;
|
||||
background: #57cbcc;
|
||||
color: #57cbcc;
|
||||
font-weight: bold;
|
||||
background: #750cf2;
|
||||
}
|
||||
|
||||
hr {
|
||||
|
|
Loading…
Reference in a new issue