diff --git a/themes/patek/assets/css/main.scss b/themes/patek/assets/css/main.scss index 4f8aa53..0b95462 100644 --- a/themes/patek/assets/css/main.scss +++ b/themes/patek/assets/css/main.scss @@ -329,3 +329,18 @@ patek-logo { font-weight: bold; } // /Custom styles + +.patek-logo-top { + position: relative; +} +.patek-logo-top .online-notice { + white-space: nowrap; + position: absolute; + display: inline-block; + font-size: 2rem; + padding: 0px 5px; + border-radius: 3px; + background-color: red; + font-family: 'Fira Code', monospace; + transform: rotate(-27deg) translate(-190px, -50px); +} diff --git a/themes/patek/layouts/index.html b/themes/patek/layouts/index.html index 0023239..417ab45 100644 --- a/themes/patek/layouts/index.html +++ b/themes/patek/layouts/index.html @@ -29,6 +29,9 @@