mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 09:19:06 +01:00
[BRANDING] more accessible text selection color in Forgejo themes
(cherry picked from commit 7407605ffdedef8fa320477a3bd7efa06df263e2) (cherry picked from commit5aab3872cc
) (cherry picked from commit1ec77d8bd0
) (cherry picked from commit964c89fce7
)
This commit is contained in:
parent
0bf8b1824e
commit
8a8023a441
2 changed files with 8 additions and 0 deletions
|
@ -279,3 +279,7 @@ i.grey.icon.icon.icon.icon {
|
||||||
.ui.tertiary.button:hover {
|
.ui.tertiary.button:hover {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
::selection {
|
||||||
|
background: var(--steel-100) !important;
|
||||||
|
color: #000 !important;
|
||||||
|
}
|
||||||
|
|
|
@ -249,3 +249,7 @@
|
||||||
color: var(--color-warning-text) !important;
|
color: var(--color-warning-text) !important;
|
||||||
border-color: #eab308 !important;
|
border-color: #eab308 !important;
|
||||||
}
|
}
|
||||||
|
::selection {
|
||||||
|
background: var(--steel-450) !important;
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue