0
0
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:
nous 2019-02-14 19:10:33 +01:00
parent 1d8f2d7dad
commit 452d316abf

View File

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