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:
parent
971c4ab660
commit
611e7e835f
1 changed files with 3 additions and 0 deletions
|
@ -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%);
|
||||
|
||||
|
|
Loading…
Reference in a new issue