fix: tweak dialogue, patch item, contributors ui

This commit is contained in:
afn
2023-04-20 22:22:00 -04:00
parent 80ae15bb18
commit 9734d9f64b
7 changed files with 26 additions and 15 deletions

View File

@@ -85,8 +85,8 @@ h3 {
h4 {
color: var(--accent-color-two);
font-weight: 500;
font-size: 1.2rem;
font-weight: 400;
font-size: 1rem;
letter-spacing: 0.02rem;
line-height: 2rem;
}
@@ -107,7 +107,7 @@ h6 {
p {
color: var(--grey-five);
font-weight: 400;
font-size: 0.95rem;
font-size: 1rem;
letter-spacing: 0.02rem;
line-height: 1.75rem;
}
@@ -142,9 +142,9 @@ p {
hr {
display: block;
height: 2px;
height: 1px;
border: 0;
border-top: 2px solid var(--grey-three);
border-top: 1px solid var(--grey-three);
}
input {