Skip to content
Snippets Groups Projects
Unverified Commit fe8c3846 authored by syuilo's avatar syuilo
Browse files

wip

parent 47d4de75
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,7 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
root(isDark)
main
margin 0 auto
max-width 600px
width 100%
......@@ -346,12 +346,7 @@ root(isDark)
> footer
margin 16px
text-align center
color isDark ? #c9d2e0 : #888
main[data-darkmode]
root(true)
main:not([data-darkmode])
root(false)
color var(--text)
opacity 0.7
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment