Update theme-extender.css

This commit is contained in:
alexveebee 2023-11-16 23:44:33 +00:00
parent 7e985a324d
commit c6dfa25c11

View File

@ -1,10 +1,11 @@
/* GITEA THEME extender */ /* GITEA THEME EXTENDER */
:root { :root {
--color-nav-hover-bg: #22272e; --color-nav-hover-bg: #22272e;
} }
/*
#navbar a:hover { #navbar a:hover {
background: rgba(0,0,0,0.5) background: rgba(0,0,0,0.5)
} }
*/