From afdf9679035f33ad11f957d4479a948ed8543826 Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Wed, 5 Jul 2023 22:02:20 -0500 Subject: Give more contrast to hamburger --- data/static/style.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'data/static') diff --git a/data/static/style.css b/data/static/style.css index 2a36919..447ed5a 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -292,10 +292,13 @@ img { .hamburger{ z-index: 3; position: fixed; - top: 15px; - right: 15px; - height: 40px; - width: 40px; + top: 0; + right: 0; + height: 70px; + width: 70px; + padding: 15px; + border-bottom-left-radius: 28px; + background-color: var(--dark-transparent); /* FOR DISPLAYING EVERY ELEMENT IN THE CENTER : */ @@ -387,4 +390,7 @@ img { visibility: visible; animation: fadeIn 0.8s ease; } + .toggler:checked ~ .hamburger { + background-color: #00000000; + } } \ No newline at end of file -- cgit v1.2.3