mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04:00
make category descriptions plain black
This commit is contained in:
parent
aaa2d81900
commit
4b53c45d3d
2 changed files with 2 additions and 2 deletions
app/assets/stylesheets
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
&.category-description {
|
||||
td {
|
||||
color: $nav-pills-border-color-active;
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
&.highlighted {
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
}
|
||||
&.category-description {
|
||||
td {
|
||||
color: $nav-pills-border-color-active;
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
&.highlighted {
|
||||
|
|
Loading…
Reference in a new issue