This commit is contained in:
syuilo
2018-04-29 08:51:17 +09:00
parent e9940c9221
commit f2874d778a
75 changed files with 265 additions and 190 deletions

View File

@ -61,7 +61,7 @@ export default define({
<style lang="stylus" scoped>
.mkw-channel
background #fff
border solid 1px rgba(0, 0, 0, 0.075)
border solid 1px rgba(#000, 0.075)
border-radius 6px
overflow hidden
@ -73,7 +73,7 @@ export default define({
font-size 0.9em
font-weight bold
color #888
box-shadow 0 1px rgba(0, 0, 0, 0.07)
box-shadow 0 1px rgba(#000, 0.07)
> [data-fa]
margin-right 4px

View File

@ -59,7 +59,7 @@ export default define({
.mkw-post-form
background #fff
overflow hidden
border solid 1px rgba(0, 0, 0, 0.075)
border solid 1px rgba(#000, 0.075)
border-radius 6px
> .title
@ -70,7 +70,7 @@ export default define({
font-size 0.9em
font-weight bold
color #888
box-shadow 0 1px rgba(0, 0, 0, 0.07)
box-shadow 0 1px rgba(#000, 0.07)
> [data-fa]
margin-right 4px

View File

@ -45,7 +45,7 @@ export default define({
root(isDark)
overflow hidden
background isDark ? #282c37 : #fff
border solid 1px rgba(0, 0, 0, 0.075)
border solid 1px rgba(#000, 0.075)
border-radius 6px
&[data-compact]
@ -54,14 +54,14 @@ root(isDark)
display block
width 100%
height 100%
background rgba(0, 0, 0, 0.5)
background rgba(#000, 0.5)
> .avatar
top ((100px - 58px) / 2)
left ((100px - 58px) / 2)
border none
border-radius 100%
box-shadow 0 0 16px rgba(0, 0, 0, 0.5)
box-shadow 0 0 16px rgba(#000, 0.5)
> .name
position absolute
@ -70,7 +70,7 @@ root(isDark)
margin 0
line-height 100px
color #fff
text-shadow 0 0 8px rgba(0, 0, 0, 0.5)
text-shadow 0 0 8px rgba(#000, 0.5)
> .username
display none