Skip to content

Commit e722af4

Browse files
authored
Merge pull request #317 from hidde/bug/fix-high-contrast
Improve DinoPark in high contrast modes
2 parents 424c213 + 49128a4 commit e722af4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/profile/edit/EditPersonalInfo.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ export default {
500500
background-color: transparent;
501501
border-color: transparent;
502502
color: var(--gray-50);
503+
-webkit-text-fill-color: var(--gray-50);
503504
padding-left: 0;
504505
opacity: 1;
505506
}

src/components/ui/LoadingSpinner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
height="38"
88
viewBox="0 0 38 38"
99
xmlns="http://www.w3.org/2000/svg"
10-
stroke="#000"
10+
stroke="currentColor"
1111
>
1212
<title id="loading__spinner__title">Loading...</title>
1313
<g fill="none" fill-rule="evenodd">

0 commit comments

Comments
 (0)