Convert number from any base to any base:
From 3c25bbb7853bf7aa1291033b4a0c2eeb7c955984 Mon Sep 17 00:00:00 2001 From: MD Mahbub Hasan Saad <137253486+Oboshor@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:46:24 +0000 Subject: [PATCH 2/2] Update styles for improved contrast and rounded appearance in form elements --- assets/stylesheet/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/stylesheet/style.css b/assets/stylesheet/style.css index d0e9b33..603821a 100644 --- a/assets/stylesheet/style.css +++ b/assets/stylesheet/style.css @@ -32,7 +32,7 @@ label { padding: 20px; background: #ffffff; border: 1px solid #e0e0e0; - border-radius: 10px; /* Increased border radius */ + border-radius: 20px; /* Increased border radius for more rounded appearance */ } #calcform button img { @@ -63,7 +63,7 @@ label { #cal2tbl tbody tr td:nth-child(3) { background: #f8f8f8; border: dashed 1px #333; - color: #495057; /* Adjust text color to fit theme */ + color: #212529; /* Adjusted text color for better contrast */ } th { @@ -83,7 +83,7 @@ td { background: #e9ecef; padding: .375rem .75rem; font-size: 13px; - color: #495057; + color: #212529; /* Adjusted text color for better contrast */ border: 1px solid #ced4da; height: auto; }