Skip to content

Commit

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

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

.file-content-box p {
font-family: 'Inter', sans-serif !important;
color: #333333;
margin: 0 !important;
}
Expand All @@ -340,7 +341,7 @@ h5 { font-size: 100% !important; }
}

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

Expand Down

0 comments on commit b719de7

Please sign in to comment.