fixed font weight in the settings page being too thick

This commit is contained in:
Jack 2020-05-28 01:46:08 +01:00
parent bc6f37a4b5
commit 6d01a07984

View file

@ -914,6 +914,7 @@ key {
color: var(--sub-color);
margin: 0;
grid-area: title;
font-weight: 300;
}
p{
grid-area: text;