From 8c77e02e89dfec7bff04a397dfc82613ccd1242a Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Fri, 4 Jan 2019 01:35:52 -0500 Subject: Theme (#1308) * Add new attribute and theme messages page * Theme more components * Update comments and remove them from css files * Support at field in theme builder * Support at field in theme builder * Use wildcard matcher for menu overflow --- app/src/main/assets/css/themes/custom.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/assets/css/themes/custom.scss') diff --git a/app/src/main/assets/css/themes/custom.scss b/app/src/main/assets/css/themes/custom.scss index c0a9ab49..50c029fb 100644 --- a/app/src/main/assets/css/themes/custom.scss +++ b/app/src/main/assets/css/themes/custom.scss @@ -2,6 +2,7 @@ $bg_transparent: unquote('$BT$'); $text: unquote('$T$'); $link: unquote('$TT$'); $accent: unquote('$A$'); +$accent_text: unquote('$AT$'); $background: unquote('$B$'); $background2: unquote('$BBT$'); $bg_opaque: unquote('$O$'); -- cgit v1.2.3