This commit is contained in:
syuilo
2019-02-06 17:51:33 +09:00
parent 4d868aaf1f
commit bcd886c4f5
23 changed files with 30 additions and 30 deletions

View File

@@ -218,6 +218,6 @@ export default Vue.extend({
margin 0
padding 16px
text-align center
color #aaa
color var(--text)
</style>

View File

@@ -74,7 +74,7 @@ export default Vue.extend({
margin 0
padding 16px
text-align center
color #aaa
color var(--text)
> i
margin-right 4px

View File

@@ -66,7 +66,7 @@ export default Vue.extend({
margin 0
padding 16px
text-align center
color #aaa
color var(--text)
> i
margin-right 4px

View File

@@ -98,7 +98,7 @@ export default Vue.extend({
margin 0
padding 16px
text-align center
color #aaa
color var(--text)
> i
margin-right 4px

View File

@@ -132,7 +132,7 @@ export default Vue.extend({
padding 0 12px
text-align center
font-size 0.8em
color #aaa
color var(--text)
> .instance
box-shadow var(--shadow)