mirror of
https://gitea.artixlinux.org/artix/gitea-dark-blue.git
synced 2024-12-18 15:54:22 +00:00
Tone down selected text colour
This commit is contained in:
parent
1d8f2d7dad
commit
452d316abf
@ -1019,3 +1019,9 @@
|
|||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
background-color: #0c112d;
|
background-color: #0c112d;
|
||||||
}
|
}
|
||||||
|
::selection {
|
||||||
|
background: #777; /* WebKit/Blink Browsers*/
|
||||||
|
}
|
||||||
|
::-moz-selection {
|
||||||
|
background: #777; /* Gecko Browsers */
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user