mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
de-bluing some non-links
This commit is contained in:
parent
3f6764ce22
commit
8067381782
@ -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 New Issue
Block a user