feat: improve hover styles
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user