Skip to content

Commit

Permalink
Minor style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpanderson committed Sep 14, 2023
1 parent a5077df commit 74ecfe4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 8 deletions.
21 changes: 17 additions & 4 deletions defaults/docbuilder.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,24 @@ body {
}

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

dl > dt {
font-weight: 900;
strong, b, dt {
font-weight: bold;
}

li {
padding: 0.1rem;
}

dd {
margin: 0.2rem 0 0.6rem 1.5rem;
}

code {
font-size: 0.9em;
margin-right: 0.2rem;
}
21 changes: 17 additions & 4 deletions defaults/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -353,13 +353,26 @@ body {
}

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

dl > dt {
font-weight: 900;
strong, b, dt {
font-weight: bold;
}

li {
padding: 0.1rem;
}

dd {
margin: 0.2rem 0 0.6rem 1.5rem;
}

code {
font-size: 0.9em;
margin-right: 0.2rem;
}
/*
Atom One Light by Daniel Gamage
Expand Down

0 comments on commit 74ecfe4

Please sign in to comment.