From 15001ddbcde37d1104effff6f9189c6ee72beda8 Mon Sep 17 00:00:00 2001 From: Azzam Safar <81009037+azrrow@users.noreply.github.com> Date: Sat, 21 Dec 2024 22:40:14 +0300 Subject: [PATCH] chore(bubbles): update bubbles theme (#382) --- static/themes/bubbles.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/themes/bubbles.yml b/static/themes/bubbles.yml index 1486a725..7f61b8b6 100644 --- a/static/themes/bubbles.yml +++ b/static/themes/bubbles.yml @@ -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; @@ -26,7 +25,7 @@ styles: border-radius: 10px; &:hover { - background-color: #323232; + background-color: rgba(50, 50, 50, 1); } } }