a few very minor visual tweaks

This commit is contained in:
Kris Aubuchon 2014-12-02 17:10:14 -05:00
parent 461196f089
commit ea37946d00
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
.show-more { .show-more {
position: absolute; position: absolute;
top: 5px; top: 4px;
width: 100%; width: 100%;
} }

View File

@ -266,6 +266,7 @@
.search-context { .search-context {
padding: 0 5px; padding: 0 5px;
label { margin-bottom: 0; }
} }
.searching { .searching {

View File

@ -118,7 +118,7 @@ aside.quote {
} }
.wiki .topic-body { .wiki .topic-body {
background-color: scale-color($wiki, $lightness: 95%); background-color: dark-light-diff($wiki, $secondary, 95%, -50%);
} }
.post-info { .post-info {
@ -140,7 +140,6 @@ aside.quote {
} }
} }
pre { pre {
code { code {
white-space: pre-wrap; white-space: pre-wrap;

View File

@ -91,7 +91,7 @@ blockquote {
.topic-status { .topic-status {
i { i {
font-size: 20px; font-size: 20px;
color: darken($secondary, 60%); color: dark-light-diff($secondary, $primary, 40%, -20%);
} }
} }
} }