Update styles.css

This commit is contained in:
Extravi 2022-08-16 07:19:14 -04:00 committed by GitHub
parent 3c6788f6a4
commit 2a133aa57a
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);
background-color: var(--main-bg);
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-size: 16px;
}
body {
@ -44,7 +44,7 @@ button {
}
p {
font-size: 17px;
font-size: 18px;
color: var(--result-fg);
}
@ -429,11 +429,11 @@ a:hover,
}
p {
font-size: 15px;
font-size: 16px;
}
html {
font-size: 13px;
font-size: 14px;
}
.text-result-container,