[BRANDING] more accessible text selection color in Forgejo themes

(cherry picked from commit 7407605ffdedef8fa320477a3bd7efa06df263e2)
(cherry picked from commit 5aab3872cc)
(cherry picked from commit 1ec77d8bd0)
(cherry picked from commit 964c89fce7)
This commit is contained in:
Caesar Schinas 2023-07-10 15:41:25 +01:00 committed by Earl Warren
parent 0bf8b1824e
commit 8a8023a441
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 8 additions and 0 deletions

View file

@ -279,3 +279,7 @@ i.grey.icon.icon.icon.icon {
.ui.tertiary.button:hover {
color: #ccc;
}
::selection {
background: var(--steel-100) !important;
color: #000 !important;
}

View file

@ -249,3 +249,7 @@
color: var(--color-warning-text) !important;
border-color: #eab308 !important;
}
::selection {
background: var(--steel-450) !important;
color: #fff !important;
}