0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2024-12-22 07:13:09 -05:00

Fix missing CSS variable for gitea 1.20 (#3)

gitea 1.20 did some changes to the navbar and header-wrapper.
This commit restores the default look of this theme for gitea 1.20

See: https://github.com/go-gitea/gitea/pull/25111

Reviewed-on: https://projects.blender.org/infrastructure/gitea-custom/pulls/3
This commit is contained in:
Jakob 2023-08-04 13:03:00 +02:00 committed by Pablo Vazquez
parent e34b6e71d6
commit ffd1366dec

View file

@ -168,6 +168,9 @@
/* Navbar. */
--color-navbar: hsl(213, 10%, 18%);
--color-nav-bg: hsl(213, 10%, 18%);
--color-nav-hover-bg: hsla(213, 18%, 90%, .05);
--color-header-wrapper: hsl(213, 10%, 18%);
--color-navbar-transparent: hsla(213, 10%, 14%, 0);
--color-header-bar: hsl(213, 10%, 18%);