diff --git a/public/style.css b/public/style.css index 6af809b..821336c 100755 --- a/public/style.css +++ b/public/style.css @@ -123,7 +123,11 @@ body, a { color: #f3bbae; - transition: all 0.3s; + transition: color 0.3s ease; +} + +label>a { + transition: none !important; } p { @@ -158,21 +162,19 @@ ul.custom-bullet li::before { display: flex; margin: 0; padding: 0.35rem 0.75rem; - transition: all 0.3s; } .tab:hover a, .tab:hover svg { color: #241917 !important; fill: #241917 !important; - transition: all 0.3s; } .tab:hover label { background-color: #9a756c; color: #241917; font-weight: 700; - transition: all 0.3s; + transition: background-color 0.3s ease; } .tab-content { @@ -292,7 +294,7 @@ a { position: fixed; right: 0; top: 0; - transition: all 0.3s; + transition: background-color 0.3s ease; visibility: hidden; z-index: 999; @@ -371,7 +373,7 @@ a { background-color: #9a756c; color: #241917 !important; font-weight: 700; - transition: all 0.3s; + transition: background-color 0.3s ease; } .modal-text {