mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-15 03:04:28 +00:00
Fix theme CSS
This commit is contained in:
parent
d7aa685e22
commit
be80f0e84c
1 changed files with 2 additions and 1 deletions
|
@ -265,7 +265,8 @@ a:hover {
|
||||||
background: $color-menu-background;
|
background: $color-menu-background;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
color: $color-light;
|
color: $color-light;
|
||||||
margin-right:5px;
|
margin-right: 10px;
|
||||||
|
float: left;
|
||||||
border-radius:2px;
|
border-radius:2px;
|
||||||
}
|
}
|
||||||
.bar-item:hover {
|
.bar-item:hover {
|
||||||
|
|
Loading…
Reference in a new issue