11 lines
138 B
CSS
11 lines
138 B
CSS
|
/* GITEA THEME extender */
|
||
|
|
||
|
:root {
|
||
|
--color-nav-hover-bg: #22272e;
|
||
|
}
|
||
|
|
||
|
#navbar a:hover {
|
||
|
background: rgba(0,0,0,0.5)
|
||
|
}
|
||
|
|