define accent color in theme

This commit is contained in:
Rasmus Karlsson
2020-10-11 14:36:28 +02:00
parent 2232c6d925
commit dfe1af248c
4 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ chatterino--PageHeader {
chatterino--TitleLabel {
font-family: "Segoe UI light";
font-size: 24px;
color: #4FC3F7;
color: #4FC3F7; /* Should this be same as accent color? */
}
chatterino--DescriptionLabel {