[+] Create theme css class

This commit is contained in:
Hykilpikonna
2019-10-05 13:50:50 -04:00
parent 70ede22c18
commit 027f8bfd34
+10 -5
View File
@@ -1,8 +1,13 @@
#app
{
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
.theme-default
{
--unread: #ff6c00;
}