From 6e430bcdf251fbc8cbcfd4c48a8bbc1bf134120f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 23 May 2022 14:43:50 -0300 Subject: preview "splash" --- src/static/site.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/static/site.css b/src/static/site.css index 53a2ad9..fc60c23 100644 --- a/src/static/site.css +++ b/src/static/site.css @@ -984,3 +984,22 @@ html[data-language-code=preview-en][data-url-key="localized.home"] #content h1:: display: block; content: "(Preview Build)"; } + +html[data-language-code=preview-en] #header h2 > :first-child::before { + content: "(Preview Build! ✨) "; + animation: preview-notice 4s infinite; +} + +@keyframes preview-notice { + 0% { + color: #cc5500; + } + + 50% { + color: #ffaa00; + } + + 100% { + color: #cc5500; + } +} -- cgit 1.3.0-6-gf8a5