diff --git a/less/header.less b/less/header.less index 6aaf554..8b6b350 100644 --- a/less/header.less +++ b/less/header.less @@ -21,7 +21,7 @@ } a { - color: @text-color; + color: inherit; white-space: normal; overflow: hidden; margin: 0; diff --git a/less/topic.less b/less/topic.less index e37e0ee..7868504 100644 --- a/less/topic.less +++ b/less/topic.less @@ -143,7 +143,7 @@ outline: none; &[role="menuitem"] { - color: @gray-light; + color: inherit; } }