mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 23:55:58 +09:00
wip
This commit is contained in:
parent
47d4de75da
commit
fe8c384618
@ -322,7 +322,7 @@ export default Vue.extend({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
root(isDark)
|
main
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
max-width 600px
|
max-width 600px
|
||||||
width 100%
|
width 100%
|
||||||
@ -346,12 +346,7 @@ root(isDark)
|
|||||||
> footer
|
> footer
|
||||||
margin 16px
|
margin 16px
|
||||||
text-align center
|
text-align center
|
||||||
color isDark ? #c9d2e0 : #888
|
color var(--text)
|
||||||
|
opacity 0.7
|
||||||
main[data-darkmode]
|
|
||||||
root(true)
|
|
||||||
|
|
||||||
main:not([data-darkmode])
|
|
||||||
root(false)
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user