From c940139fd9e672186dbb0d842c587bcf5fce2be7 Mon Sep 17 00:00:00 2001 From: piotr Date: Sat, 26 Oct 2024 00:43:34 +0200 Subject: [PATCH] add default styling for #math-result label #134 --- drawer.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drawer.css b/drawer.css index 478782a..12960c0 100644 --- a/drawer.css +++ b/drawer.css @@ -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 +}