Skip to content

Commit

Permalink
add default styling for #math-result label #134
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Oct 25, 2024
1 parent 10b1b2a commit c940139
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion drawer.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window {
background-color: rgba (36, 47, 79, 0.95);
background-color: rgba(36, 47, 79, 0.95);
color: #eeeeee
}

Expand Down Expand Up @@ -32,3 +32,9 @@ button:hover {
border: 1px dotted gray;
border-radius: 15px
}

/* math operation result label */
#math-label {
font-weight: bold;
font-size: 16px
}

0 comments on commit c940139

Please sign in to comment.