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 {
position: absolute;
top: 5px;
top: 4px;
width: 100%;
}

View File

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

View File

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

View File

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