Design updates

This commit is contained in:
2025-09-13 16:36:18 +02:00
parent 87d125d3bb
commit 17f043f976
4 changed files with 13 additions and 3 deletions

View File

@@ -142,6 +142,16 @@ a {
padding: 0.25rem 0.5rem; padding: 0.25rem 0.5rem;
} }
.slider-control-left {
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}
.slider-control-right {
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}
.offset-button { .offset-button {
position: absolute; position: absolute;
bottom: 5%; bottom: 5%;

View File

@@ -25,7 +25,7 @@
.timeline-year { .timeline-year {
margin-right: 20px; margin-right: 20px;
color: rgb(63, 63, 63); color: var( --color-text-accent );
font-style: italic; font-style: italic;
width: 5rem; width: 5rem;
} }

View File

@@ -21,7 +21,7 @@
font-weight: normal; font-weight: normal;
font-style: italic; font-style: italic;
font-size: smaller; font-size: smaller;
color: rgb(41, 41, 41); color: var( --color-text-accent );
} }
.legal-icon { .legal-icon {

View File

@@ -42,7 +42,7 @@
font-weight: normal; font-weight: normal;
font-style: italic; font-style: italic;
font-size: smaller; font-size: smaller;
color: rgb(41, 41, 41); color: var( --color-text-accent );
margin: 10px; margin: 10px;
} }