Use consistent link color for website name
This commit is contained in:
parent
51d194cc21
commit
2d8c8e26ea
|
@ -159,6 +159,12 @@ $user_card_background: #222;
|
|||
}
|
||||
}
|
||||
|
||||
.website-name {
|
||||
a {
|
||||
color: $user_card_primary;
|
||||
}
|
||||
}
|
||||
|
||||
img.avatar {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
|
|
Loading…
Reference in New Issue