mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-28 04:51:07 +00: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) (cherry picked from commit8a8023a441)
This commit is contained in:
parent
655bb770a7
commit
1c9ffeadf5
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…
Add table
Add a link
Reference in a new issue