This commit is contained in:
syuilo
2018-09-28 15:34:34 +09:00
parent c627288bde
commit 13f258308e
16 changed files with 45 additions and 316 deletions

View File

@ -221,9 +221,7 @@ export default Vue.extend({
</style>
<style lang="stylus" scoped>
root(isDark)
.qlvquzbjribqcaozciifydkngcwtyzje
display flex
flex 1
padding 16px 0 16px 16px
@ -251,18 +249,12 @@ root(isDark)
> button
padding 0 16px
color isDark ? #93a0a5 : #888
color var(--faceTextButton)
&:hover
color isDark ? #b8c5ca : #777
color var(--faceTextButtonHover)
&:active
color isDark ? #fff : #555
.qlvquzbjribqcaozciifydkngcwtyzje[data-darkmode]
root(true)
.qlvquzbjribqcaozciifydkngcwtyzje:not([data-darkmode])
root(false)
color var(--faceTextButtonActive)
</style>