diff --git a/lib/components/Redoc/redoc.scss b/lib/components/Redoc/redoc.scss index 69b72833..a446e4f8 100644 --- a/lib/components/Redoc/redoc.scss +++ b/lib/components/Redoc/redoc.scss @@ -139,21 +139,21 @@ api-logo { color: $red; border: 1px solid rgba(38,50,56,0.1); } +} + +footer { + text-align: right; + padding: 10px; + font-size: 15px; + background-color: white; strong { font-size: 18px; color: $headers-color; } - - footer { - text-align: right; - padding: 10px; - font-size: 15px; - } } - /* markdown elements */ :host .redoc-markdown-block {