summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2025-09-08 15:43:32 +0600
committerunwox <me@unwox.com>2025-09-08 15:43:32 +0600
commitcabcbdce77b71e24241e9aec2765501327592531 (patch)
tree5acb8d947fcabc237bed4779a5face3d0c9196b4 /static
parent88d1725520afde9fe10a3daa1ad5c1c0a552f041 (diff)
update according to luna changes
Diffstat (limited to 'static')
-rw-r--r--static/style.css29
1 files changed, 13 insertions, 16 deletions
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;