add default styling for #math-result label #134
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user