Skip to content

Commit

Permalink
Update default.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgeyer authored Sep 2, 2024
1 parent 05c0960 commit 71dbe31
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions default.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<style>

#Equation {
#Question {
padding: 10px;
margin: 10px;
height: 20px;
font-family: monospace;
background-color: #EEEE77;
height: 150px;
font-family: Sans-serif;
background-color: #eeee77;
}

#Question {
#Equation {
padding: 10px;
margin: 10px;
height: 150px;
font-family: Sans-serif;
background-color: #EEEE77;
height: 20px;
font-family: monospace;
background-color: #eeee77;
}

button {
Expand All @@ -24,4 +24,5 @@ button {
text-decoration: underline;
}


</style>

0 comments on commit 71dbe31

Please sign in to comment.