mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-03 09:52:26 +02:00
Fix the little default in the navbar of the dashboard
This commit is contained in:
parent
e9c599b48a
commit
ea9cf5ec8c
2 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue