diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 7c2eddfc..8989d780 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -7,6 +7,14 @@ Apache License 2.0 licensed project
© {{ site.year }} Kompose Authors -- All Rights Reserved +
+ Trademarks
diff --git a/docs/assets/css/style.css b/docs/assets/css/style.css index 1a76c3f7..ea74e5c7 100644 --- a/docs/assets/css/style.css +++ b/docs/assets/css/style.css @@ -3696,13 +3696,22 @@ font-family: "Open Sans"; .code-example { margin: 0; padding: 0; - margin-bottom 0px !important; + margin-bottom: 0px !important; background-color: transparent !important; } .copyright { color: #fff !important; font-size:13px; + padding-bottom: 12px; +} + +a.trademarks { + color: #fff !important; + font-weight:600; + display: inline-block; + text-decoration: underline; + padding: 0.8rem 0; } .highlight {