wip
This commit is contained in:
parent
1eef90f6cb
commit
c627288bde
20 changed files with 65 additions and 117 deletions
|
|
@ -46,7 +46,7 @@ export default Vue.extend({
|
|||
</script>
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
root(isDark)
|
||||
.cdxzvcfawjxdyxsekbxbfgtplebnoneb
|
||||
position fixed
|
||||
z-index 20000
|
||||
top 0
|
||||
|
|
@ -59,11 +59,11 @@ root(isDark)
|
|||
> .body
|
||||
width 100%
|
||||
height 100%
|
||||
background var(--face)
|
||||
background var(--faceHeader)
|
||||
|
||||
> header
|
||||
border-bottom solid 1px isDark ? #1b1f29 : #eee
|
||||
color isDark ? #fff : #111
|
||||
border-bottom solid 1px var(--faceDivider)
|
||||
color var(--text)
|
||||
|
||||
> h1
|
||||
margin 0
|
||||
|
|
@ -96,10 +96,4 @@ root(isDark)
|
|||
overflow scroll
|
||||
-webkit-overflow-scrolling touch
|
||||
|
||||
.cdxzvcfawjxdyxsekbxbfgtplebnoneb[data-darkmode]
|
||||
root(true)
|
||||
|
||||
.cdxzvcfawjxdyxsekbxbfgtplebnoneb:not([data-darkmode])
|
||||
root(false)
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue