From d97f87eec719910f7146057ae1716ad9caf12311 Mon Sep 17 00:00:00 2001 From: Biswasindhu Mandal Date: Sat, 10 Dec 2022 16:05:28 +0530 Subject: [PATCH] udpate UI --- src/script.js | 2 +- src/style.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/script.js b/src/script.js index 579706c..fc7e3fe 100644 --- a/src/script.js +++ b/src/script.js @@ -62,7 +62,7 @@ function roundOffRules(num, isDefaultData = false) { } function getData(arr) { - let result = `

Example (Round Off upto ${regexInfo.roundOffPlace} Decimal Places)

+ let result = `

Example (Round Off upto ${regexInfo.roundOffPlace} Decimal Places)

diff --git a/src/style.css b/src/style.css index 4d57e79..d494270 100644 --- a/src/style.css +++ b/src/style.css @@ -10,3 +10,8 @@ table, th, td { #sample_data { text-align: center; } + +mark { + background-color: rgb(255, 153, 0); + color: black; +}
Actual Number