add default styling for #math-result label #134
This commit is contained in:
@@ -32,3 +32,9 @@ button:hover {
|
|||||||
border: 1px dotted gray;
|
border: 1px dotted gray;
|
||||||
border-radius: 15px
|
border-radius: 15px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* math operation result label */
|
||||||
|
#math-label {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 16px
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user