mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Merge pull request #4170 from mcwumbly/user-card-link-color
Use consistent link color for website name
This commit is contained in:
commit
46487f095e
1 changed files with 6 additions and 0 deletions
|
@ -159,6 +159,12 @@ $user_card_background: #222;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.website-name {
|
||||||
|
a {
|
||||||
|
color: $user_card_primary;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
img.avatar {
|
img.avatar {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue