mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
fixing link color in profiles (#4278)
This commit is contained in:
parent
96c07985b3
commit
87a2024d61
2 changed files with 0 additions and 2 deletions
|
@ -375,7 +375,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href] {
|
a[href] {
|
||||||
color: dark-light-diff($secondary, $primary, 75%, 0%);
|
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -311,7 +311,6 @@
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
|
|
||||||
a[href] {
|
a[href] {
|
||||||
color: dark-light-diff($secondary, $primary, 75%, 0%);
|
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue