mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-25 07:54:11 -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;
|
color: $secondary_text_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.avatars {
|
.avatars {
|
||||||
> div {
|
> div {
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -326,11 +328,10 @@ a.star {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
a, .number {
|
a, .number {
|
||||||
font-weight: bold;
|
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
.number {
|
.number, i {
|
||||||
color: $link-color;
|
color: $secondary_text_color;
|
||||||
}
|
}
|
||||||
.avatar + a {
|
.avatar + a {
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -462,6 +463,7 @@ iframe {
|
||||||
width: 78%;
|
width: 78%;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
.topic-statuses {margin-right: 5px;}
|
.topic-statuses {margin-right: 5px;}
|
||||||
|
.topic-link {color: $primary_text_color;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -56,6 +56,7 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
a {color: $primary_text_color;}
|
||||||
a.badge-category { vertical-align: top; margin-top: 4px; }
|
a.badge-category { vertical-align: top; margin-top: 4px; }
|
||||||
a.edit-topic { font-size: 15px; position: absolute; margin-left: 8px; }
|
a.edit-topic { font-size: 15px; position: absolute; margin-left: 8px; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue