mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-29 00:00:33 -04:00
use a color constant instead of hardcoding
This commit is contained in:
parent
b555a0d461
commit
1589874cd2
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
&.category-description {
|
||||
td {
|
||||
color: #B63D3D;
|
||||
color: $nav-pills-border-color-active;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue