diff --git a/lib/components/Redoc/redoc.html b/lib/components/Redoc/redoc.html
index b905f166..32e0647a 100644
--- a/lib/components/Redoc/redoc.html
+++ b/lib/components/Redoc/redoc.html
@@ -6,3 +6,10 @@
+
diff --git a/lib/components/Redoc/redoc.scss b/lib/components/Redoc/redoc.scss
index 6a0b39b0..8915f021 100644
--- a/lib/components/Redoc/redoc.scss
+++ b/lib/components/Redoc/redoc.scss
@@ -31,3 +31,19 @@ api-logo {
.api-content {
margin-left: $side-bar-width;
}
+
+footer {
+ text-align: center;
+ padding: 10px;
+ font-size: 15px;
+
+ a {
+ color: #999;
+ text-decoration: none;
+ }
+
+ strong {
+ font-size: 18px;
+ color: $headers-color;
+ }
+}