de-bluing some non-links

This commit is contained in:
Kris Aubuchon 2014-04-09 21:19:04 -04:00
parent 3f6764ce22
commit 8067381782
2 changed files with 6 additions and 3 deletions

View file

@ -295,6 +295,8 @@ a.star {
color: $secondary_text_color;
}
.avatars {
> div {
float: left;
@ -326,11 +328,10 @@ a.star {
}
}
a, .number {
font-weight: bold;
line-height: 20px;
}
.number {
color: $link-color;
.number, i {
color: $secondary_text_color;
}
.avatar + a {
float: left;
@ -462,6 +463,7 @@ iframe {
width: 78%;
max-width: 800px;
.topic-statuses {margin-right: 5px;}
.topic-link {color: $primary_text_color;}
}

View file

@ -56,6 +56,7 @@
margin: 0;
line-height: 1.2em;
overflow: hidden;
a {color: $primary_text_color;}
a.badge-category { vertical-align: top; margin-top: 4px; }
a.edit-topic { font-size: 15px; position: absolute; margin-left: 8px; }
}