Skip to content

Commit

Permalink
Merge pull request supabase#1896 from marcelscruz/style/general
Browse files Browse the repository at this point in the history
Add different font style for docs sidebar headers
  • Loading branch information
kiwicopple authored Jun 10, 2021
2 parents 4782424 + 06b07ce commit a9623b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,10 @@ a.card:hover {
.menu > .menu__list > .menu__list-item > .menu__link {
margin-bottom: 4px;
color: gray;
font-size: 11px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}

/* Disable click events for large screens */
Expand Down

0 comments on commit a9623b7

Please sign in to comment.