This commit is contained in:
syuilo 2019-02-06 17:51:33 +09:00
parent 4d868aaf1f
commit bcd886c4f5
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
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)