diff --git a/openstackdocstheme/theme/openstackdocs/static/css/combined.css b/openstackdocstheme/theme/openstackdocs/static/css/combined.css index cf830d5d..ff62c7ce 100755 --- a/openstackdocstheme/theme/openstackdocs/static/css/combined.css +++ b/openstackdocstheme/theme/openstackdocs/static/css/combined.css @@ -793,7 +793,7 @@ h1 { font-size: 34px; font-weight: 300; margin-bottom: 25px; - text-align: center; } + text-align: left; } h2 { color: #2A4E68; @@ -4213,6 +4213,12 @@ a.docs-edit i { text-decoration: underline; color: #30739C; } +a.headerlink { + color: #fff; } + +a.headerlink:hover { + color: #30739C; } + a.gloss { background: #edf2f7; color: #2A4E68;