From b73ebd861d14c9a1617238e383db8357db05d8d3 Mon Sep 17 00:00:00 2001 From: Ben <36240171+benkyd@users.noreply.github.com> Date: Thu, 27 Jan 2022 02:15:54 +0000 Subject: [PATCH] lol --- README.md | Bin 2210 -> 2374 bytes client/public/components/navbar/navbar.css | 2 +- .../notification-bar/notification-bar.css | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc017a6ba058542ebc074596bccda525cd38052c..81691dc7e603ce48d83cb0780995a72cafa669b9 100644 GIT binary patch delta 148 zcmZ1^cuZ(R1EaD60|Z6`=~y6kWJm!*1%@()M1~@UOdy#wS)EZfUKc1<%#aF%3Jf6( y{tPZa%*(*V0Mi!^lt}`sC<5wD1?okXbq1>ULlJQSnp^@h9f*PEZmwojX9oa885lMI delta 12 TcmX>mv`BD61LI~DCM9+N9&H1^ diff --git a/client/public/components/navbar/navbar.css b/client/public/components/navbar/navbar.css index 8f4ae32..c1f9c37 100644 --- a/client/public/components/navbar/navbar.css +++ b/client/public/components/navbar/navbar.css @@ -90,7 +90,7 @@ } .nav-menu .menu-item a:hover { - color: #777; + color: #555; text-decoration: underline; } diff --git a/client/public/components/notification-bar/notification-bar.css b/client/public/components/notification-bar/notification-bar.css index 5d4c5a6..358c93c 100644 --- a/client/public/components/notification-bar/notification-bar.css +++ b/client/public/components/notification-bar/notification-bar.css @@ -7,7 +7,7 @@ height: 35px; background-color: #00B4F5; box-shadow: #222 0px 0px 5px; - transition: all 0.2s ease-in; + transition: all 0.3s ease-in; } .notification-bar-text { @@ -79,7 +79,7 @@ } #notification-toggler:hover .cross-line { - background: #555; + background: #777; } .cross-line-top { @@ -100,6 +100,6 @@ /* don's show on mobile or "small mode" */ @media (pointer:none), (pointer:coarse), screen and (max-width: 900px) { .notification-bar { - transform: translatey(-100%); + transform: translatey(-200%); } }