summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-26 14:44:26 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-26 14:44:26 +0900
commit91f38a8ddd2eec6b8522a06abd6ad9f4d42ab60a (patch)
tree93964eea41e7443afc51c44fb4b9e137900cc1f6 /src/client
parentUpdate notes/featured (diff)
downloadsharkey-91f38a8ddd2eec6b8522a06abd6ad9f4d42ab60a.tar.gz
sharkey-91f38a8ddd2eec6b8522a06abd6ad9f4d42ab60a.tar.bz2
sharkey-91f38a8ddd2eec6b8522a06abd6ad9f4d42ab60a.zip
:art:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/mobile/views/pages/signup.vue5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/app/mobile/views/pages/signup.vue b/src/client/app/mobile/views/pages/signup.vue
index 65b02e967d..81d2741ae5 100644
--- a/src/client/app/mobile/views/pages/signup.vue
+++ b/src/client/app/mobile/views/pages/signup.vue
@@ -9,7 +9,8 @@
import Vue from 'vue';
import i18n from '../../../i18n';
export default Vue.extend({
- i18n: i18n('mobile/views/pages/signup.vue'),});
+ i18n: i18n('mobile/views/pages/signup.vue')
+});
</script>
<style lang="stylus" scoped>
@@ -23,6 +24,6 @@ export default Vue.extend({
padding 8px 0 0 0
font-size 1.5em
font-weight bold
- color #444
+ color var(--text)
</style>