bigger gap? rounded corners?

This commit is contained in:
Cade Scroggins
2022-03-11 09:04:35 -08:00
parent 7bc9bbe221
commit a88348f548
+3 -3
View File
@@ -462,7 +462,7 @@
/* root variables */ /* root variables */
:root { :root {
--base-border-radius: 2px; --base-border-radius: 4.25rem;
--base-font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, --base-font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue,
Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif; Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
--base-font-size: 17px; --base-font-size: 17px;
@@ -470,10 +470,10 @@
--base-font-weight-bold: 700; --base-font-weight-bold: 700;
--base-font-weight-normal: 400; --base-font-weight-normal: 400;
--clock-font-size: 3rem; --clock-font-size: 3rem;
--command-height: 4rem; --command-height: 4.25rem;
--command-padding: calc(var(--command-height) / 2 - 1ch / 2); --command-padding: calc(var(--command-height) / 2 - 1ch / 2);
--help-grid-columns: 1; --help-grid-columns: 1;
--help-grid-gap: 0.5rem; --help-grid-gap: 1rem;
--search-input-font-size: 2rem; --search-input-font-size: 2rem;
--search-input-text-align: left; --search-input-text-align: left;
--suggestion-height: 3rem; --suggestion-height: 3rem;