This commit is contained in:
syuilo
2018-09-28 12:13:08 +09:00
parent 5df85b5feb
commit 7609741680
7 changed files with 8 additions and 12 deletions

View File

@ -41,7 +41,7 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
root(isDark)
.zlrxdaqttccpwhpaagdmkawtzklsccam
display flex
padding 16px
font-size 10px
@ -104,16 +104,10 @@ root(isDark)
> .text
margin 0
padding 0
color isDark ? #959ba7 : #717171
color var(--subNoteText)
pre
max-height 120px
font-size 80%
.zlrxdaqttccpwhpaagdmkawtzklsccam[data-darkmode]
root(true)
.zlrxdaqttccpwhpaagdmkawtzklsccam:not([data-darkmode])
root(false)
</style>