0
Fork 0
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:
Pablo Vazquez 2024-05-30 10:43:21 +02:00
parent d5133cebc5
commit 949885ab5e

View file

@ -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. */