Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
orn8 authored Dec 1, 2024
1 parent 1c5328c commit ef0bfd8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ef0bfd8

Please sign in to comment.