diff --git a/public/styles.css b/public/styles.css index 6e163a9..0e8ec5c 100644 --- a/public/styles.css +++ b/public/styles.css @@ -228,7 +228,7 @@ p { left: 0; right: 0; bottom: 0; - background: rgba(255, 255, 255, 0.08); + background: rgba(0, 0, 0, 0.15); border-radius: 12px; opacity: 0; transition: opacity 0.2s ease; @@ -872,7 +872,7 @@ p { left: 0; right: 0; bottom: 0; - background: rgba(255, 255, 255, 0.08); + background: rgba(0, 0, 0, 0.15); border-radius: 12px; opacity: 0; transition: opacity 0.2s ease; @@ -1516,7 +1516,7 @@ p { left: 0; right: 0; bottom: 0; - background: rgba(255, 255, 255, 0.08); + background: rgba(0, 0, 0, 0.15); border-radius: 12px; opacity: 0; transition: opacity 0.2s ease;