Skip to content

Commit

Permalink
usability: avoid gap between a wrapped link in aside bar (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdd authored Jul 5, 2024
1 parent 40abc7c commit d4acbf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/theme-medium.css
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,10 @@ aside.tips div.border {
aside.tips h3 {
color:#E6E6E6;
}
aside.tips li {
line-height: 1.2rem; /* avoid gaps in wrapped links */
margin-bottom: 0.5rem; /* seperate each link item a little bit from eachother */
}
aside.tips a {
color: var(--background-text-color);
border-bottom:1px dotted #666;
Expand Down

0 comments on commit d4acbf4

Please sign in to comment.