web/settings: improve subtext visibility

This commit is contained in:
wukko 2024-07-10 20:19:05 +06:00
parent ceabce864f
commit e52340f33a
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2
2 changed files with 4 additions and 2 deletions

View file

@ -23,7 +23,8 @@
} }
#settings-section-title { #settings-section-title {
font-size: 12px; font-size: 12.5px;
font-weight: 500;
color: var(--gray); color: var(--gray);
padding-left: 8px; padding-left: 8px;
} }

View file

@ -274,7 +274,8 @@
} }
:global(.subtext) { :global(.subtext) {
font-size: 12px; font-size: 12.5px;
font-weight: 500;
color: var(--gray); color: var(--gray);
line-height: 1.4; line-height: 1.4;
padding: 0 var(--padding); padding: 0 var(--padding);