mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 15:14:22 +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 {
|
::-moz-selection {
|
||||||
/* Firefox Code */
|
/* Firefox Code */
|
||||||
color: #fff;
|
color: #57cbcc;
|
||||||
background: #57cbcc;
|
background: #750cf2;
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
color: #fff;
|
color: #57cbcc;
|
||||||
background: #57cbcc;
|
font-weight: bold;
|
||||||
|
background: #750cf2;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
|
Loading…
Reference in a new issue