mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
making usernames black instead of blue
This commit is contained in:
parent
3385f23a40
commit
6d8164ec79
@ -60,6 +60,7 @@ h1 .topic-statuses .topic-status i {margin-right: 5px;}
|
|||||||
@include small-width {
|
@include small-width {
|
||||||
left: 103px;
|
left: 103px;
|
||||||
}
|
}
|
||||||
|
a {color: $secondary_text_color;}
|
||||||
}
|
}
|
||||||
|
|
||||||
.avoid-tab {
|
.avoid-tab {
|
||||||
@ -507,11 +508,11 @@ iframe {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: block;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 45px;
|
width: 45px;
|
||||||
display: inline;
|
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
color: $primary_text_color;
|
||||||
|
line-height: 1.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.user-group {
|
a.user-group {
|
||||||
@ -520,7 +521,6 @@ iframe {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h3 a {
|
h3 a {
|
||||||
display: inline;
|
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user