feat: improve hover styles

This commit is contained in:
2025-08-28 21:36:28 +02:00
parent 4ded40b85c
commit e5c4a7cedc

View File

@@ -228,7 +228,7 @@ p {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background: rgba(255, 255, 255, 0.08); background: rgba(0, 0, 0, 0.15);
border-radius: 12px; border-radius: 12px;
opacity: 0; opacity: 0;
transition: opacity 0.2s ease; transition: opacity 0.2s ease;
@@ -872,7 +872,7 @@ p {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background: rgba(255, 255, 255, 0.08); background: rgba(0, 0, 0, 0.15);
border-radius: 12px; border-radius: 12px;
opacity: 0; opacity: 0;
transition: opacity 0.2s ease; transition: opacity 0.2s ease;
@@ -1516,7 +1516,7 @@ p {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background: rgba(255, 255, 255, 0.08); background: rgba(0, 0, 0, 0.15);
border-radius: 12px; border-radius: 12px;
opacity: 0; opacity: 0;
transition: opacity 0.2s ease; transition: opacity 0.2s ease;