fix the theme for forgejo 1.20

This commit is contained in:
Lea 2023-07-29 20:09:08 +02:00
parent 4475889c5a
commit 22a2148959
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -122,7 +122,8 @@
--color-input-toggle-background: @bg1;
--color-input-border: @bg4;
--color-input-border-hover: mix(@bg4, @grey, 50%);
--color-navbar: @bg1;
--color-nav-bg: @bg1;
--color-nav-hover-bg: @bg4;
--color-navbar-transparent: @bg1;
--color-light: @bg1;
--color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled)));