Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jivebiscuit committed Jul 31, 2024
1 parent 3bf2b53 commit 81da1ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ body {
font-family: 'Open Sans', sans-serif;
line-height: 1.75em;
background-color: #222;
color: #ccc;
color: #fff;
}

.collapsible {
cursor: pointer;
display: flex;
background-color: #25337b;
border-radius: 10px;
color: #ccc;
color: #fff;
cursor: pointer;
padding: 10px;
margin-top: 2px;
Expand Down Expand Up @@ -40,6 +40,7 @@ body {
}

.search {
margin-top: 5px;
margin-bottom: 5px;
padding: 5px;
border-radius: 10px;
Expand Down

0 comments on commit 81da1ce

Please sign in to comment.