Skip to content

Commit

Permalink
updating code snippets to be bold
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell committed Aug 1, 2024
1 parent 81d0d7e commit acf701a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gen/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,13 @@ li.dropdown.open > ul {
transition: background-color 0.3s ease-in-out;
}

code {
font-weight: bold;
}

pre > code {
font-weight: normal;
}

#navbar > ul > li > a,
#navbar > ul > li > ul > li > a{
Expand Down

0 comments on commit acf701a

Please sign in to comment.