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

wip

parent 1e9eeeb9
No related branches found
No related tags found
No related merge requests found
......@@ -127,9 +127,7 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
root(isDark)
.account
> .header
display block
margin 0
......@@ -217,7 +215,7 @@ root(isDark)
& + ul
padding-top 10px
border-top solid 1px isDark ? #1c2023 : #eee
border-top solid 1px var(--faceDivider)
> li
display block
......@@ -231,7 +229,7 @@ root(isDark)
padding 0 28px
margin 0
line-height 40px
color isDark ? #c8cece : #868C8C
color var(--text)
cursor pointer
*
......@@ -287,10 +285,4 @@ root(isDark)
transform-origin: center -16px;
}
.account[data-darkmode]
root(true)
.account:not([data-darkmode])
root(false)
</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