From f249d34f2f3961c2f76c54007d14d5468ce1ff13 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Fri, 13 Oct 2023 16:18:50 +0530 Subject: [PATCH] add pointer cursor to footer btn n links --- src/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 14ca869..1116b2f 100644 --- a/src/style.css +++ b/src/style.css @@ -571,7 +571,9 @@ body:not(.light-version).overlay-visible .main-container { overflow: hidden; position: relative; background: var(--color-bg); - transition: height 0.3s ease, width 0.3s ease; + transition: + height 0.3s ease, + width 0.3s ease; will-change: height; } @@ -891,6 +893,10 @@ body > #demo-frame { .footer button:hover svg { fill: rgba(255, 255, 255, 0.6); } +.footer a, +.footer button { + cursor: pointer; +} .mode-btn svg { width: 24px;