Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Aikakakah authored Dec 15, 2024
1 parent e20a917 commit c92332b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

body {
font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
background-color: #472121;
background-color: #eaedde;
padding: 50px;
}

Expand Down Expand Up @@ -56,7 +56,7 @@ h1 {
}

pre {
background-color: #f4f4f4;
background-color: #5d5a56;
padding: 10px;
overflow-x: auto;
border-radius: 4px;
Expand Down Expand Up @@ -137,7 +137,7 @@ footer {
}

.toolbar button {
background-color: #1c1719;
background-color: #472121;
color: #fff;
border: 0px solid #000;
padding: 5px 10px;
Expand Down

0 comments on commit c92332b

Please sign in to comment.