mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2024-12-21 23:03:13 -05:00
Fix styling for tooltips and labels background
Noticed by Brecht (thanks!) in Gitea 1.22
This commit is contained in:
parent
d5133cebc5
commit
949885ab5e
1 changed files with 4 additions and 0 deletions
|
@ -166,6 +166,9 @@
|
|||
|
||||
--color-timeline: hsl(220, 10%, 33%);
|
||||
|
||||
--color-tooltip-text: #fbfdff;
|
||||
--color-tooltip-bg: #000017f0;
|
||||
|
||||
/* Navbar. */
|
||||
--color-navbar: hsl(213, 10%, 18%);
|
||||
--color-nav-bg: hsl(213, 10%, 18%);
|
||||
|
@ -205,6 +208,7 @@
|
|||
|
||||
/* Labels. e.g. issues count indicator in repo tabs. */
|
||||
--color-label-text: var(--color-text-light);
|
||||
--color-label-bg: var(--color-secondary-alpha-60);
|
||||
--color-label-active-bg: hsl(220, 10.6%, 33.3%);
|
||||
|
||||
/* Footer. */
|
||||
|
|
Loading…
Reference in a new issue