mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 04:56:06 +08:00
use a color constant instead of hardcoding
This commit is contained in:
parent
b555a0d461
commit
1589874cd2
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
&.category-description {
|
||||
td {
|
||||
color: #B63D3D;
|
||||
color: $nav-pills-border-color-active;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user