Design updates
This commit is contained in:
@@ -142,6 +142,16 @@ a {
|
||||
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 {
|
||||
position: absolute;
|
||||
bottom: 5%;
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
.timeline-year {
|
||||
margin-right: 20px;
|
||||
color: rgb(63, 63, 63);
|
||||
color: var( --color-text-accent );
|
||||
font-style: italic;
|
||||
width: 5rem;
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-size: smaller;
|
||||
color: rgb(41, 41, 41);
|
||||
color: var( --color-text-accent );
|
||||
}
|
||||
|
||||
.legal-icon {
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-size: smaller;
|
||||
color: rgb(41, 41, 41);
|
||||
color: var( --color-text-accent );
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user