fix font color on community page header
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/191958a9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/191958a9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/191958a9 Branch: refs/heads/develop Commit: 191958a9158add3fb5d41e27eb902f20ad0b06fc Parents: fea488d Author: Gavin Jefferies <[email protected]> Authored: Fri May 20 11:30:47 2016 -0700 Committer: Gavin Jefferies <[email protected]> Committed: Fri May 20 11:30:47 2016 -0700 ---------------------------------------------------------------------- custom-theme/css/custom.css | 14 -------------- 1 file changed, 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/191958a9/custom-theme/css/custom.css ---------------------------------------------------------------------- diff --git a/custom-theme/css/custom.css b/custom-theme/css/custom.css index c902ac4..b661ad2 100644 --- a/custom-theme/css/custom.css +++ b/custom-theme/css/custom.css @@ -325,24 +325,10 @@ strong { font-weight: bold; } -.Community .bg-orange h2, -.Community .bg-orange, -.Community .bg-purple h2, .Community .bg-purple { color: #fff !important; } -.Community .bg-orange a, -.Community .bg-purple a { - color: #fff; - text-decoration: underline; -} - -.Community .bg-orange a:hover, -.Community .bg-purple a:hover { - text-decoration: none; -} - .padded { padding: 20px 0; }
