mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
de-bluing some non-links
This commit is contained in:
parent
3f6764ce22
commit
8067381782
2 changed files with 6 additions and 3 deletions
|
@ -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;}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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; }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue