Skip to content

Commit

Permalink
Fix definition list border color for light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tuurep committed May 1, 2024
1 parent 78accc6 commit f073533
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,8 @@ dt + dt + dd {
border-top: 0.2px solid #d8dee4;
color: #656d76;
}

dd {
border-left: 0.2px solid #d8dee4;
}
}

0 comments on commit f073533

Please sign in to comment.