Skip to content

Commit

Permalink
chore(bubbles): update bubbles theme (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
azrrow authored Dec 21, 2024
1 parent c3ddcef commit 15001dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions static/themes/bubbles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ styles:
}
.ft-bar-item {
background: #121212;
background-color: rgba(40, 40, 40, 0.8);
border-radius: 10px;
padding: 2px 8px;
border: 1px solid #a0a0a0;
height: 25px;
transition: background-color 300ms ease-in-out;
Expand All @@ -26,7 +25,7 @@ styles:
border-radius: 10px;
&:hover {
background-color: #323232;
background-color: rgba(50, 50, 50, 1);
}
}
}

0 comments on commit 15001dd

Please sign in to comment.