Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
Round box corners slightly
  • Loading branch information
ltalve committed Jul 1, 2024
1 parent 7ce18e1 commit d1fa78e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ h5 { font-size: 100% !important; }
border: none !important;
margin: 0.8em 0.8em !important;
padding: 0.4em 0.8em !important;
border-radius: 0 !important;
border-radius: 4px !important;
display:block
}

Expand Down Expand Up @@ -289,6 +289,7 @@ h5 { font-size: 100% !important; }
padding: 10px;
border: none;
margin-bottom: 1rem;
border-radius: 4px;
}

.hint-box p {
Expand All @@ -301,6 +302,7 @@ h5 { font-size: 100% !important; }
padding: 10px;
border: none;
margin-bottom: 1rem;
border-radius: 4px;
}

.note-box p {
Expand All @@ -313,6 +315,7 @@ h5 { font-size: 100% !important; }
padding: 10px;
border: none;
margin-bottom: 1rem;
border-radius: 4px;
}

.code-box p {
Expand All @@ -325,6 +328,7 @@ h5 { font-size: 100% !important; }
padding: 10px;
border: none;
margin-bottom: 1rem;
border-radius: 4px;
}

.file-content-box p {
Expand All @@ -337,6 +341,7 @@ h5 { font-size: 100% !important; }
padding: 10px;
border: none;
margin-bottom: 1rem;
border-radius: 4px;
}

.commandline-box p {
Expand Down

0 comments on commit d1fa78e

Please sign in to comment.