Fix styling for tooltips and labels background
Noticed by Brecht (thanks!) in Gitea 1.22
This commit is contained in:
@@ -166,6 +166,9 @@
|
|||||||
|
|
||||||
--color-timeline: hsl(220, 10%, 33%);
|
--color-timeline: hsl(220, 10%, 33%);
|
||||||
|
|
||||||
|
--color-tooltip-text: #fbfdff;
|
||||||
|
--color-tooltip-bg: #000017f0;
|
||||||
|
|
||||||
/* Navbar. */
|
/* Navbar. */
|
||||||
--color-navbar: hsl(213, 10%, 18%);
|
--color-navbar: hsl(213, 10%, 18%);
|
||||||
--color-nav-bg: hsl(213, 10%, 18%);
|
--color-nav-bg: hsl(213, 10%, 18%);
|
||||||
@@ -205,6 +208,7 @@
|
|||||||
|
|
||||||
/* Labels. e.g. issues count indicator in repo tabs. */
|
/* Labels. e.g. issues count indicator in repo tabs. */
|
||||||
--color-label-text: var(--color-text-light);
|
--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%);
|
--color-label-active-bg: hsl(220, 10.6%, 33.3%);
|
||||||
|
|
||||||
/* Footer. */
|
/* Footer. */
|
||||||
|
|||||||
Reference in New Issue
Block a user