edited general settings categories (#2117)

* edited general settings categories

* Update CHANGELOG.md
This commit is contained in:
fourtf
2020-10-23 14:26:04 +02:00
committed by GitHub
parent 5f54b1b495
commit 11525e626a
5 changed files with 180 additions and 117 deletions
+8 -2
View File
@@ -1,5 +1,6 @@
* {
font-size: <font-size>px;
font-family: "Segoe UI";
}
QCheckBox::indicator {
@@ -43,13 +44,18 @@ chatterino--TitleLabel {
color: #4FC3F7; /* Should this be same as accent color? */
}
chatterino--SubtitleLabel {
font-family: "Segoe UI light";
font-size: 16px;
color: #4FC3F7; /* Should this be same as accent color? */
}
chatterino--DescriptionLabel {
font-size: 14px;
color: #999;
}
chatterino--NavigationLabel {
font-family: "Segoe UI light";
font-size: 16px;
font-size: 15px;
color: #A6DDF4;
}