Skip to content

Commit

Permalink
style(sass): more dark theme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Nov 6, 2018
1 parent 08904cf commit d02b1ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/partials/common.sass
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
font-size: 14px
line-height: 18px
display: block
color: #727272
color: automatic-text-color($page_content_right_bg, 'muted')

.cursor-pointer
cursor: default !important
Expand Down
2 changes: 2 additions & 0 deletions src/sass/partials/ui.sass
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ label.md-label
.uk-modal-dialog
background: $page_content_right_bg

.uk-file-upload
background: lighten($page_content_right_bg, 2%)

.uk-accordion-title-small
font-size: 13px
Expand Down

0 comments on commit d02b1ec

Please sign in to comment.