Skip to content

Commit

Permalink
Rearranged block and a little cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
B-iggy authored Dec 14, 2016
1 parent 4f2f8ef commit d57d7e6
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions alien-night-theme-mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ body {
background-color: #10161d;
}

body .boxed.white,
#reply-control .wmd-controls .d-editor-input, #reply-control .wmd-controls .d-editor-preview {
background-color: #10161d;
color: #fff;
}

.top-navbar-links-title,
.topic-list a.title,
.topic-body .regular,
Expand Down Expand Up @@ -37,6 +43,19 @@ nav.post-controls button.create,
color: #fff;
}

nav.post-controls button.create:hover,
div.ac-wrap div.item span,
.composer-popup,
.search-menu .no-results,
.modal-header h3,
.modal-body,
.popup-menu h3,
.selected-posts p,
#share-link h3,
.panel-body-contents .search-context label {
color: #222;
}

.names span a,
div.poll .results .bar,
.user-info .user-detail .username a,
Expand Down Expand Up @@ -91,26 +110,6 @@ span.highlighted {
background-color: #4c3434;
}

nav.post-controls button.create:hover,
div.ac-wrap div.item span,
.composer-popup,
.search-menu .no-results,
.modal-header h3,
.modal-body,
.popup-menu h3,
.selected-posts p,
#share-link h3,
.panel-body-contents .search-context label {
color: #222;
}

body .boxed.white,
#reply-control .wmd-controls .d-editor-input, #reply-control .wmd-controls .d-editor-preview {
background-color: #10161d;
color: #fff;
}


#reply-control {
background-color: #26313e;
}
Expand All @@ -121,4 +120,4 @@ body .boxed.white,

.topic-map {
background: #152227;
}
}

0 comments on commit d57d7e6

Please sign in to comment.