increased readibility of carousel panel

This commit is contained in:
2023-01-25 01:05:20 +10:00
parent c0e2bfc367
commit 70482a729a

View File

@@ -97,9 +97,9 @@ handleLoad();
padding: 1rem; padding: 1rem;
.carousel-slide-content { .carousel-slide-content {
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.75);
max-width: 600px; max-width: 800px;
padding: 2rem 2rem 1.5rem 2rem; padding: 2rem 3rem 1.5rem 3rem;
margin-bottom: 2rem; margin-bottom: 2rem;
border-radius: 12px; border-radius: 12px;
} }
@@ -127,6 +127,12 @@ handleLoad();
.button { .button {
display: inline-block; display: inline-block;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.5); box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
background: transparent;
border-color: #fff;
&:hover {
color: #333;
}
} }
} }
} }