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 commit 5aab3872cc
)
This commit is contained in:
parent
da3f76228e
commit
1ec77d8bd0
2 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -249,3 +249,7 @@
|
|||
color: var(--color-warning-text) !important;
|
||||
border-color: #eab308 !important;
|
||||
}
|
||||
::selection {
|
||||
background: var(--steel-450) !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue