Update styles.css

This commit is contained in:
Extravi 2022-08-16 07:09:22 -04:00 committed by GitHub
parent df2641be6f
commit 3c6788f6a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ html {
color: var(--main-fg); color: var(--main-fg);
background-color: var(--main-bg); background-color: var(--main-bg);
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 16px; font-size: 15px;
} }
body { body {
@ -44,7 +44,7 @@ button {
} }
p { p {
font-size: 18px; font-size: 17px;
color: var(--result-fg); color: var(--result-fg);
} }
@ -429,11 +429,11 @@ a:hover,
} }
p { p {
font-size: 16px; font-size: 15px;
} }
html { html {
font-size: 14px; font-size: 13px;
} }
.text-result-container, .text-result-container,