This commit is contained in:
syuilo
2018-09-28 14:26:20 +09:00
parent 1eef90f6cb
commit c627288bde
20 changed files with 65 additions and 117 deletions

View File

@@ -39,7 +39,7 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
root(isDark)
.dzsuvbsrrrwobdxifudxuefculdfiaxd
background var(--face)
box-shadow var(--shadow)
border-radius var(--round)
@@ -52,7 +52,7 @@ root(isDark)
line-height 42px
font-size 0.9em
font-weight bold
background: isDark ? #313543 : inherit
background var(--faceHeader)
color var(--faceHeaderText)
box-shadow 0 1px rgba(#000, 0.07)
@@ -87,10 +87,4 @@ root(isDark)
> i
margin-right 4px
.dzsuvbsrrrwobdxifudxuefculdfiaxd[data-darkmode]
root(true)
.dzsuvbsrrrwobdxifudxuefculdfiaxd:not([data-darkmode])
root(false)
</style>