Skip to content

Commit

Permalink
Update madestyle.css
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovoni authored Mar 31, 2024
1 parent 4313293 commit 09f5f64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions madestyle.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
header {
font-family: open sans, sans-serif;
background-color: #333;
color: #fff;
background-color: #AA3939;
color: #FFAAAA;
text-align: center;
padding: 1em;
}
Expand All @@ -17,8 +17,8 @@ main a {
margin: 10px;
padding: 15px 30px;
text-decoration: none;
color: #fff;
background-color: #007bff;
color: #FFAAAA;
background-color: #801515;
border-radius: 5px;
font-weight: bold;
}
Expand Down

0 comments on commit 09f5f64

Please sign in to comment.