stylo
This commit is contained in:
parent
8bd79131b6
commit
88b18d1695
3 changed files with 10 additions and 11 deletions
|
|
@ -1041,15 +1041,15 @@ button {
|
|||
max-width: 100%;
|
||||
max-height: 75vh;
|
||||
object-fit: contain;
|
||||
border: 3px solid var(--accent-yellow);
|
||||
box-shadow: 0 0 40px rgba(255, 215, 0, 0.2);
|
||||
border: 1px solid var(--accent-yellow);
|
||||
box-shadow: 0 0 40px rgba(255, 215, 0, 0.5);
|
||||
}
|
||||
|
||||
.custom-lightbox-caption {
|
||||
margin-top: 1rem;
|
||||
padding: 0.8rem 1.5rem;
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
border-left: 4px solid var(--accent-yellow);
|
||||
border-left: 1px solid var(--accent-yellow);
|
||||
color: white;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-weight: 400;
|
||||
|
|
@ -1408,7 +1408,6 @@ button {
|
|||
|
||||
.site-footer {
|
||||
background: var(--bg-primary);
|
||||
border-top: 4px solid var(--accent-yellow);
|
||||
padding: 3rem 2rem 2rem;
|
||||
margin-top: 3rem;
|
||||
position: relative;
|
||||
|
|
@ -1545,7 +1544,7 @@ button {
|
|||
font-size: 0.85rem;
|
||||
color: var(--text-secondary);
|
||||
letter-spacing: 1px;
|
||||
border-left: 3px solid var(--accent-yellow);
|
||||
border-left: 1px solid var(--accent-yellow);
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue