Tone down selected text colour

This commit is contained in:
nous 2019-02-14 19:10:33 +01:00
parent 1d8f2d7dad
commit 452d316abf
1 changed files with 6 additions and 0 deletions

View File

@ -1019,3 +1019,9 @@
font-size: 1em;
background-color: #0c112d;
}
::selection {
background: #777; /* WebKit/Blink Browsers*/
}
::-moz-selection {
background: #777; /* Gecko Browsers */
}