This commit is contained in:
syuilo 2018-09-28 15:34:34 +09:00
parent c627288bde
commit 13f258308e
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
16 changed files with 45 additions and 316 deletions

View file

@ -135,9 +135,7 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
root(isDark)
.wtdtxvecapixsepjtcupubtsmometobz
.gqpwvtwtprsbmnssnbicggtwqhmylhnq
> header
padding 16px
@ -169,14 +167,5 @@ root(isDark)
background rgba(#000, 0.7)
border-radius 4px
> header
color isDark ? #fff : #000
.wtdtxvecapixsepjtcupubtsmometobz[data-darkmode]
root(true)
.wtdtxvecapixsepjtcupubtsmometobz:not([data-darkmode])
root(false)
</style>