Skip to content

Commit

Permalink
updated background color of code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
bretsw committed Apr 10, 2024
1 parent 044d876 commit 2243dd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,12 @@ h4,h5,h6 {


/* --------------------------------------------- */

git
/* --- Code blocks --- */

code, pre code, .highlight code, .highlight pre code {
background-color: #000;
background-color: #999;
color: #333;
}


Expand Down
5 changes: 3 additions & 2 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,12 @@ h4,h5,h6 {


/* --------------------------------------------- */

git
/* --- Code blocks --- */

code, pre code, .highlight code, .highlight pre code {
background-color: #000;
background-color: #999;
color: #333;
}


Expand Down

0 comments on commit 2243dd1

Please sign in to comment.