mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 02:22:40 +08:00
fixing link color in profiles (#4278)
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user