Skip to content

Commit

Permalink
💄 (docs): Tweak header styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Feb 10, 2023
1 parent a3c8e99 commit 9bb9608
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ table thead th, table td {
padding: 6px 13px;
}

h2, h3 {
margin-top: 24px;
margin-bottom: 16px;
padding-bottom: 0.3em;
border-bottom: 1px solid var(--searchresults-li-bg);
}

.rust {
--sidebar-non-existant: #84878a;
--table-border-color: hsl(60, 9%, 72%);
Expand Down

0 comments on commit 9bb9608

Please sign in to comment.