Skip to content

Commit

Permalink
Minor style update
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpanderson committed Sep 14, 2023
1 parent 6012871 commit a5077df
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
14 changes: 9 additions & 5 deletions defaults/docbuilder.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
body {
font-family: "Avant Garde", sans-serif;
color: #222;
font-family: "Avant Garde", sans-serif;
color: #222;
}

pre {
border: 1px solid #ddd;
padding: 16px;
background-color: #fafafa;
border: 1px solid #ddd;
padding: 16px;
background-color: #fafafa;
}

dl > dt {
font-weight: 900;
}
14 changes: 9 additions & 5 deletions defaults/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -348,14 +348,18 @@ template {
display: none;
}
body {
font-family: "Avant Garde", sans-serif;
color: #222;
font-family: "Avant Garde", sans-serif;
color: #222;
}

pre {
border: 1px solid #ddd;
padding: 16px;
background-color: #fafafa;
border: 1px solid #ddd;
padding: 16px;
background-color: #fafafa;
}

dl > dt {
font-weight: 900;
}
/*
Atom One Light by Daniel Gamage
Expand Down

0 comments on commit a5077df

Please sign in to comment.