wip
This commit is contained in:
@@ -36,7 +36,7 @@ export default Vue.extend({
|
||||
</script>
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
root(isDark)
|
||||
.yohlumlkhizgfkvvscwfcrcggkotpvry
|
||||
display flex
|
||||
margin 0
|
||||
padding 0
|
||||
@@ -100,10 +100,4 @@ root(isDark)
|
||||
padding 0
|
||||
color var(--subNoteText)
|
||||
|
||||
.yohlumlkhizgfkvvscwfcrcggkotpvry[data-darkmode]
|
||||
root(true)
|
||||
|
||||
.yohlumlkhizgfkvvscwfcrcggkotpvry:not([data-darkmode])
|
||||
root(false)
|
||||
|
||||
</style>
|
||||
|
@@ -217,9 +217,7 @@ export default Vue.extend({
|
||||
</script>
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
|
||||
|
||||
root(isDark)
|
||||
.mk-notes
|
||||
overflow hidden
|
||||
background var(--face)
|
||||
border-radius 8px
|
||||
@@ -293,10 +291,4 @@ root(isDark)
|
||||
&:disabled
|
||||
opacity 0.7
|
||||
|
||||
.mk-notes[data-darkmode]
|
||||
root(true)
|
||||
|
||||
.mk-notes:not([data-darkmode])
|
||||
root(false)
|
||||
|
||||
</style>
|
||||
|
@@ -122,9 +122,8 @@ export default Vue.extend({
|
||||
</script>
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
root(isDark)
|
||||
.wgwfgvvimdjvhjfwxropcwksnzftjqes
|
||||
text-align center
|
||||
//background #fff
|
||||
|
||||
> .banner
|
||||
position absolute
|
||||
@@ -317,10 +316,4 @@ root(isDark)
|
||||
margin 16px 0 0 0
|
||||
opacity 0.7
|
||||
|
||||
.wgwfgvvimdjvhjfwxropcwksnzftjqes[data-darkmode]
|
||||
root(true)
|
||||
|
||||
.wgwfgvvimdjvhjfwxropcwksnzftjqes:not([data-darkmode])
|
||||
root(false)
|
||||
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user