aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/css/themes/material_dark.scss
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-01-04 01:35:52 -0500
committerGitHub <noreply@github.com>2019-01-04 01:35:52 -0500
commit8c77e02e89dfec7bff04a397dfc82613ccd1242a (patch)
treec3e37e8c7f2671347a5406344ce7070736bcbbd6 /app/src/main/assets/css/themes/material_dark.scss
parentf162d238502855f21722fe9583638bc46ad397ff (diff)
downloadfrost-8c77e02e89dfec7bff04a397dfc82613ccd1242a.tar.gz
frost-8c77e02e89dfec7bff04a397dfc82613ccd1242a.tar.bz2
frost-8c77e02e89dfec7bff04a397dfc82613ccd1242a.zip
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
Diffstat (limited to 'app/src/main/assets/css/themes/material_dark.scss')
-rw-r--r--app/src/main/assets/css/themes/material_dark.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/assets/css/themes/material_dark.scss b/app/src/main/assets/css/themes/material_dark.scss
index 47f04c42..18b8b461 100644
--- a/app/src/main/assets/css/themes/material_dark.scss
+++ b/app/src/main/assets/css/themes/material_dark.scss
@@ -1,4 +1,5 @@
$text: #fff;
+$accent_text: #fff;
$link: #5d86dd;
$accent: #5d86dd;
$background: #303030;