Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
Test new colors for content boxes
  • Loading branch information
ltalve authored Jul 1, 2024
1 parent 5f5d7bd commit 029f08e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ h5 { font-size: 100% !important; }
/* Content boxes */

.hint-box {
background: #7a3884;
background: #434662;
padding: 10px;
border: none;
margin-bottom: 1rem;
Expand All @@ -297,43 +297,43 @@ h5 { font-size: 100% !important; }
}

.note-box {
background: #edc949;
background: #ffffff;
padding: 10px;
border: none;
margin-bottom: 1rem;
}

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

.code-box {
background: #ffe1cd;
background: #cccccc;
padding: 10px;
border: none;
margin-bottom: 1rem;
}

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

.file-content-box {
background: #eeeeee;
background: #caabbe;
padding: 10px;
border: none;
margin-bottom: 1rem;
}

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

.commandline-box {
background: #ab8b9b;
background: #cccccc;
padding: 10px;
border: none;
margin-bottom: 1rem;
Expand Down

0 comments on commit 029f08e

Please sign in to comment.