Skip to content

Commit f8bc4b3

Browse files
committed
update to spring theme
1 parent f4cf9d3 commit f8bc4b3

6 files changed

Lines changed: 145 additions & 262 deletions

File tree

MAPLIBRE_USAGE.md

Lines changed: 0 additions & 149 deletions
This file was deleted.

app/components/entities/run-preview.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
.run-organization {
2020
margin-top: 0.25rem;
2121
font-size: 0.9rem;
22-
color: var(--theme-fall-orange);
22+
color: var(--title);
2323
text-transform: uppercase;
2424
}
2525

2626
.organization-link, .organization-link:visited {
27-
color: var(--theme-fall-orange);
27+
color: var(--title);
2828
text-decoration: none;
2929
}

app/components/layout/themed-page.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@
156156
.mode-toggle .toggle-track {
157157
width: 3rem;
158158
height: 1.5rem;
159-
background-color: var(--theme-fall-orange);
159+
background-color: var(--title);
160160
border-radius: 0.75rem;
161161
position: relative;
162162
cursor: pointer;
163163
transition: background-color 0.3s ease, border-color 0.3s ease;
164-
border: 1.5px solid var(--theme-fall-orange);
164+
border: 1.5px solid var(--title);
165165
display: flex;
166166
align-items: center;
167167
outline: none;
@@ -181,7 +181,7 @@
181181
width: 1.125rem;
182182
height: 1.125rem;
183183
border-radius: 50%;
184-
background-color: var(--theme-fall-black);
184+
background-color: var(--theme-black);
185185
position: absolute;
186186
left: 0.1125rem;
187187
transition: left 0.3s ease, background-color 0.3s ease;
@@ -190,12 +190,12 @@
190190
align-items: center;
191191
justify-content: center;
192192
font-size: 0.5625rem;
193-
color: var(--theme-fall-white);
193+
color: var(--theme-white);
194194
}
195195

196196
.mode-toggle .toggle-track.checked .toggle-knob {
197197
left: calc(100% - 1.2375rem);
198-
background-color: var(--theme-fall-orange);
198+
background-color: var(--title);
199199
color: white;
200200
}
201201

0 commit comments

Comments
 (0)