add default styling for #math-result label #134

This commit is contained in:
piotr
2024-10-26 00:43:34 +02:00
parent 10b1b2a1e6
commit c940139fd9

View File

@@ -1,5 +1,5 @@
window {
background-color: rgba (36, 47, 79, 0.95);
background-color: rgba(36, 47, 79, 0.95);
color: #eeeeee
}
@@ -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
}