Skip to content

Commit

Permalink
Update base.css
Browse files Browse the repository at this point in the history
  • Loading branch information
cajhughes committed Oct 31, 2024
1 parent 6d9449f commit 76ae0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body { background-color: #eee; color: #333; font: 14px "Lucida Grande","Lucida S
code { background-color: #584ccc; color: #fff; border-radius: 10px; padding: 5px 10px; }
form label { display: inline-block; width: 200px; }
form input { width: 400px; }
form input[type=submit] { background-color: #f00; color: #fff; }
form input[type=submit] { background-color: #584ccc; color: #fff; }
h2 { padding-top: 40px; }
img { padding: 20px 0px; }
table { border: 1px solid #fff; margin: 20px 0 20px 40px; }
Expand Down

0 comments on commit 76ae0a6

Please sign in to comment.