diff --git a/pages/drumheller-marathon-24.html b/pages/drumheller-marathon-24.html index 35af740..170754b 100644 --- a/pages/drumheller-marathon-24.html +++ b/pages/drumheller-marathon-24.html @@ -234,6 +234,11 @@ width: var(--size); } + .diagram #orbit-offset-calc { + width: var(--orbit-offset); + height: 0; + } + .diagram .toy-overlay { width: 100%; height: 100%; @@ -281,6 +286,11 @@ width: var(--dot-width); border-radius: 50%; background-color: black; + transition: background-color 0.5s cubic-bezier(1,1,1,1); + } + .dot.lonely span { + background-color: var(--branding-color); + transition: background-color 0.5s cubic-bezier(1,1,1,1); } .wavy-button { @@ -531,6 +541,8 @@
The Race Condition Running

Drumheller Marathon

will run June 1st, 2024.
+ +
@@ -873,5 +885,47 @@

} + +