Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
Darken text in boxes
  • Loading branch information
ltalve committed Jul 1, 2024
1 parent d1fa78e commit 20bb1e8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions 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: 4px !important;
border-radius: 3px !important;
display:block
}

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

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

.note-box p {
color: #333333;
color: #000000;
margin: 0 !important;
}

Expand All @@ -315,11 +315,11 @@ h5 { font-size: 100% !important; }
padding: 10px;
border: none;
margin-bottom: 1rem;
border-radius: 4px;
border-radius: 3px;
}

.code-box p {
color: #333333;
color: #000000;
margin: 0 !important;
}

Expand All @@ -328,11 +328,11 @@ h5 { font-size: 100% !important; }
padding: 10px;
border: none;
margin-bottom: 1rem;
border-radius: 4px;
border-radius: 3px;
}

.file-content-box p {
color: #333333;
color: #000000;
margin: 0 !important;
}

Expand All @@ -341,11 +341,11 @@ h5 { font-size: 100% !important; }
padding: 10px;
border: none;
margin-bottom: 1rem;
border-radius: 4px;
border-radius: 3px;
}

.commandline-box p {
color: #333333;
color: #000000;
margin: 0 !important;
}

Expand Down

0 comments on commit 20bb1e8

Please sign in to comment.