mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
use a color constant instead of hardcoding
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
}
|
}
|
||||||
&.category-description {
|
&.category-description {
|
||||||
td {
|
td {
|
||||||
color: #B63D3D;
|
color: $nav-pills-border-color-active;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user