From 035d316672a06ed5f033042c36c0304fc93a46c3 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 24 Aug 2023 18:03:54 +0200 Subject: [PATCH] Revert "Fix missing CSS variable for gitea 1.20 (#3)" Changes that expected gitea 1.20 needs to be reverted 1/2. This reverts commit 611e7e835fa5dd1f8d782514782676f07635d0eb. --- public/css/theme-bthree-dark.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/css/theme-bthree-dark.css b/public/css/theme-bthree-dark.css index b0fd819..2a4f679 100644 --- a/public/css/theme-bthree-dark.css +++ b/public/css/theme-bthree-dark.css @@ -168,9 +168,6 @@ /* 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%);