.site-homepage-assets/theme-extender.css

11 lines
142 B
CSS
Raw Normal View History

2023-11-16 23:44:33 +00:00
/* GITEA THEME EXTENDER */
2023-11-16 23:43:56 +00:00
:root {
--color-nav-hover-bg: #22272e;
}
2023-11-16 23:44:33 +00:00
/*
2023-11-16 23:43:56 +00:00
#navbar a:hover {
background: rgba(0,0,0,0.5)
}
2023-11-16 23:44:33 +00:00
*/