mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Fix the little default in the navbar of the dashboard
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
> a {
|
||||
font-size: 1.2em;
|
||||
color: @dashboardHeaderLinkColor;
|
||||
padding: .4em .8em;
|
||||
margin: -12px 0px;
|
||||
padding: 22px 0.8em;
|
||||
&:hover {
|
||||
background-color: transparent;
|
||||
color: @dashboardHeaderLinkHoverColor;
|
||||
|
Reference in New Issue
Block a user