diff --git a/style.css b/style.css index 2e18d38..6720683 100644 --- a/style.css +++ b/style.css @@ -158,21 +158,18 @@ blockquote { } #app-menu-button { - background-color: transparent; - border: 2px solid #FC6A04; - border-radius: 5px; + background-color: #262626; color: #f5f5f5; font-size: 18px; padding: 10px; border: none; border-radius: 4px; cursor: pointer; - transition: background-color 0.3s, color 0.3s; + transition: background-color 0.3s; } #app-menu-button:hover { background-color: #FC6A04; - color: #1a1a1a; } #app-menu-grid {