update readme

This commit is contained in:
Cade Scroggins
2021-01-19 18:29:21 +05:30
parent 703bd3bbfe
commit e4a6f9abd1
2 changed files with 18 additions and 15 deletions
+8 -3
View File
@@ -361,7 +361,6 @@
--search-background: #000;
--search-foreground: #efefef;
--search-highlight-background: hsla(0, 0%, 100%, 0.1);
--command-color-alpha: 0.9;
--command-color-gradient: 45deg;
--command-color-lightness: 50%;
@@ -374,7 +373,7 @@
Lucida Console, monospace;
--base-font-size: 16px;
--clock-font-size: 4rem;
--clock-font-size: 2rem;
--search-input-font-size: 2rem;
--font-weight-black: 900;
@@ -391,6 +390,12 @@
--search-suggestions-align-items: flex-start;
}
@media (min-width: 400px) {
:root {
--clock-font-size: 4rem;
}
}
@media (min-width: 650px) {
:root {
--clock-font-size: 6rem;
@@ -518,7 +523,7 @@
}
.categories {
padding: 3rem;
padding: 3rem 0;
columns: var(--help-category-columns);
}