diff --git a/Calculator/jashkarangiya/css/custom.css b/Calculator/jashkarangiya/css/custom.css index 122e2d3ad..6c9d193a0 100644 --- a/Calculator/jashkarangiya/css/custom.css +++ b/Calculator/jashkarangiya/css/custom.css @@ -161,4 +161,26 @@ button#equal { .calculator.dark button.btn-equal { background-color: #223323; color: #ffffff; -} \ No newline at end of file +} + +.display-screen { + background-color: #1e1e1e; + padding: 20px; + text-align: right; + border-radius: 8px; + margin-bottom: 10px; + color: #ffffff; + font-family: monospace; +} + +.expression { + font-size: 20px; + color: #aaaaaa; + min-height: 24px; +} + +.result { + font-size: 32px; + font-weight: bold; + min-height: 40px; +} diff --git a/Calculator/jashkarangiya/index.html b/Calculator/jashkarangiya/index.html index 84a9c6491..f08da9f8d 100644 --- a/Calculator/jashkarangiya/index.html +++ b/Calculator/jashkarangiya/index.html @@ -18,8 +18,10 @@