Changed color on selection

This commit is contained in:
Aroy-Art 2021-09-15 14:00:18 +02:00
parent eceeb9e321
commit 96dfd4c6c6

View file

@ -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 {