mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/settings: improve subtext visibility
This commit is contained in:
parent
ceabce864f
commit
e52340f33a
2 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue