1
0
Fork 0

Fix missing css var for gitea 1.20

This commit is contained in:
Jakob 2023-07-18 15:54:10 +02:00
parent b3fe879a4e
commit 6764025078
No known key found for this signature in database

View file

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