diff options
-rw-r--r-- | static/style.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/static/style.css b/static/style.css index 3c36e19..a33314f 100644 --- a/static/style.css +++ b/static/style.css @@ -17,6 +17,7 @@ html { font-family: sans-serif; background-color: var(--background-color); color: var(--text-color); + font-size: 1rem; --background-color: hsl(0, 0%, 100%); --text-color: hsl(0, 0%, 0%); --link-color: hsl(320, 50%, 36%); @@ -267,7 +268,6 @@ textarea, input[type=text], input[type=password] { font-family: sans-serif; - font-size: smaller; background-color: var(--lighter-box-background-color); color: var(--text-color); border: none; @@ -337,7 +337,6 @@ input[type=file]::file-selector-button { width: auto; min-width: fit-content; padding: .1rem .75rem; - font-size: 0.9rem; transition: background .1s linear; cursor: pointer; } @@ -370,7 +369,6 @@ header#main-header { flex: 1 1 auto; min-width: 0; overflow-x: auto; - font-size: 0.9rem; gap: 0.25rem; white-space: nowrap; } @@ -381,7 +379,6 @@ header#main-header { display: flex; align-items: center; white-space: nowrap; - font-size: 0.95rem; } @media (max-width: 37.5rem) { header#main-header { @@ -428,7 +425,6 @@ td > ul { gap: 0; border: var(--lighter-border-color) 1px solid; overflow: auto; - font-size: 0.96rem; } .key-val-grid > .title-row { @@ -483,7 +479,6 @@ td > ul { font-weight: bold; padding: 3px 5px; border-bottom: var(--lighter-border-color) 1px solid; - font-size: 1rem; margin: 0; text-align: center; } |