Skip to content

Commit

Permalink
Improve: sync theme
Browse files Browse the repository at this point in the history
  • Loading branch information
fs5m8 committed Dec 27, 2022
1 parent 0b8a01e commit c5bb452
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ export default Vue.extend({
> .body
width 100%
height 100%
background #fff
background var(--faceHeader)
> header
border-bottom solid 1px #eee
border-bottom solid 1px var(--faceDivider)
color var(--text)
> h1
margin 0
Expand Down
8 changes: 4 additions & 4 deletions src/client/app/mobile/views/pages/user/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,12 @@ export default Vue.extend({
> .is-suspended
> .is-remote
&.is-suspended
color #570808
background #ffdbdb
color var(--suspendedInfoFg)
background var(--suspendedInfoBg)
&.is-remote
color #573c08
background #fff0db
color var(--remoteInfoFg)
background var(--remoteInfoBg)
> p
margin 0 auto
Expand Down
7 changes: 4 additions & 3 deletions src/client/app/mobile/views/pages/widgets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,11 @@ main
> header
padding 8px 10px
background #fff
background var(--bg)
> button
margin 0 8px
color var(--text)
> p
margin 8px 0 0
Expand All @@ -173,11 +174,11 @@ main
.customize-container
margin 8px
background #fff
color var(--bg)
background var(--text)
> header
line-height 32px
background #eee
> .handle
padding 0 8px
Expand Down

0 comments on commit c5bb452

Please sign in to comment.