diff --git a/site/src/css/style.css b/site/src/css/style.css index 5d757c8..632b5b6 100644 --- a/site/src/css/style.css +++ b/site/src/css/style.css @@ -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%; diff --git a/site/src/css/timeline.css b/site/src/css/timeline.css index 234d9ca..111b1ea 100644 --- a/site/src/css/timeline.css +++ b/site/src/css/timeline.css @@ -25,7 +25,7 @@ .timeline-year { margin-right: 20px; - color: rgb(63, 63, 63); + color: var( --color-text-accent ); font-style: italic; width: 5rem; } diff --git a/site/src/legal/index.html b/site/src/legal/index.html index 64034ad..b047b05 100644 --- a/site/src/legal/index.html +++ b/site/src/legal/index.html @@ -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 { diff --git a/site/src/support/support-status/index.html b/site/src/support/support-status/index.html index b89340d..abbff85 100644 --- a/site/src/support/support-status/index.html +++ b/site/src/support/support-status/index.html @@ -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; }