diff --git a/themes/hugo-geekdoc/layouts/_default/baseof.html b/themes/hugo-geekdoc/layouts/_default/baseof.html
index aea0a1a721d57a167ea9ce82b0791ce62ceef8b8..a345ff216269cdab40f57613f0b607743fef53ff 100644
--- a/themes/hugo-geekdoc/layouts/_default/baseof.html
+++ b/themes/hugo-geekdoc/layouts/_default/baseof.html
@@ -25,6 +25,13 @@
                 {{ partial "menu" . }}
             </aside>
             {{ end }}
+            
+            <blockquote class="container gdoc-hint danger obsolete">
+                <p><strong>WARNING</strong></p>
+                <p>
+                    This documentation is obsolete and not maintained anymore, please use new <a class="gdoc-markdown__link" href="https://docs.e-infra.cz/compute/openstack/">e-INFRA CZ documentation</a>
+                </p>  
+            </blockquote>
 
             <div class="gdoc-page">
                 {{ template "main" . }}
diff --git a/themes/hugo-geekdoc/static/custom.css b/themes/hugo-geekdoc/static/custom.css
index e488c91aeb8e3a81734cba34e3f08d8e2147703f..845af5748b58f1d34e757106ce90d5b6f533ea7c 100644
--- a/themes/hugo-geekdoc/static/custom.css
+++ b/themes/hugo-geekdoc/static/custom.css
@@ -1 +1,5 @@
 /* You can add custom styles here. */
+.obsolete{
+  filter: saturate(2.5) brightness(.85);
+  border-left: 4px solid #d50000;  
+}
\ No newline at end of file