mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #2233 from awesomerobot/master
dialing back username weight, reply-to-tab text is now grey
This commit is contained in:
commit
f130601295
@ -54,13 +54,13 @@ h1 .topic-statuses .topic-status i {margin-right: 5px;}
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin-left: -8px;
|
margin-left: -8px;
|
||||||
background: $primary_background_color;
|
background: $primary_background_color;
|
||||||
|
color: $secondary_text_color;
|
||||||
@include medium-width {
|
@include medium-width {
|
||||||
left: 107px;
|
left: 107px;
|
||||||
}
|
}
|
||||||
@include small-width {
|
@include small-width {
|
||||||
left: 103px;
|
left: 103px;
|
||||||
}
|
}
|
||||||
a {color: $secondary_text_color;}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.avoid-tab {
|
.avoid-tab {
|
||||||
@ -512,6 +512,7 @@ iframe {
|
|||||||
width: 45px;
|
width: 45px;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
color: $primary_text_color;
|
color: $primary_text_color;
|
||||||
|
font-weight: 500;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user