diff --git a/index.html b/index.html
index 08d880d..b09cd5a 100644
--- a/index.html
+++ b/index.html
@@ -462,7 +462,7 @@
/* root variables */
:root {
- --base-border-radius: 2px;
+ --base-border-radius: 4.25rem;
--base-font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue,
Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
--base-font-size: 17px;
@@ -470,10 +470,10 @@
--base-font-weight-bold: 700;
--base-font-weight-normal: 400;
--clock-font-size: 3rem;
- --command-height: 4rem;
+ --command-height: 4.25rem;
--command-padding: calc(var(--command-height) / 2 - 1ch / 2);
--help-grid-columns: 1;
- --help-grid-gap: 0.5rem;
+ --help-grid-gap: 1rem;
--search-input-font-size: 2rem;
--search-input-text-align: left;
--suggestion-height: 3rem;