From cabcbdce77b71e24241e9aec2765501327592531 Mon Sep 17 00:00:00 2001 From: unwox Date: Mon, 8 Sep 2025 15:43:32 +0600 Subject: update according to luna changes --- static/style.css | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 6b25428..8f06a61 100644 --- a/static/style.css +++ b/static/style.css @@ -155,20 +155,7 @@ nav a.active { margin-bottom: 1rem; } -.logo::before { - background-image: url("/static/logo-bg.png"); - background-repeat: no-repeat; - background-size: cover; - position: absolute; - left: -50px; - top: -58px; - z-index: -1; - content: ""; - width: 215px; - height: 215px; -} - -.logo img, +.logo-img, .logo a { height: 95px; width: 108.38px; @@ -178,9 +165,19 @@ nav a.active { font-weight: 900; } -.logo .glasses { +.logo-bg { + position: absolute; + left: -50px; + top: -58px; + z-index: -1; + width: 215px; + height: 215px; + object-fit: cover; +} + +.logo-glasses { position: absolute; - top: -10px; + top: 10px; left: 35px; width: 70px; object-fit: contain; -- cgit v1.2.3