Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Commit

Permalink
fix: font colour
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGaensbauer committed Jan 11, 2022
1 parent 49f92a9 commit e92a190
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/DataClasses.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
opacity="0.25"
/>
<text
fill="#ffffff"
fill="#707070"
font-size="25"
font-family="Roboto"
x="90"
Expand Down Expand Up @@ -93,7 +93,7 @@
opacity="0.25"
/>
<text
fill="#ffffff"
fill="#707070"
font-size="25"
font-family="Roboto"
x="100"
Expand Down Expand Up @@ -127,7 +127,7 @@
opacity="0.25"
/>
<text
fill="#ffffff"
fill="#707070"
font-size="25"
font-family="Roboto"
x="110"
Expand Down Expand Up @@ -161,7 +161,7 @@
opacity="0.25"
/>
<text
fill="#ffffff"
fill="#707070"
font-size="25"
font-family="Roboto"
x="120"
Expand Down Expand Up @@ -197,7 +197,7 @@
opacity="0.25"
/>
<text
fill="#ffffff"
fill="#707070"
font-size="25"
font-family="Roboto"
x="55"
Expand Down

0 comments on commit e92a190

Please sign in to comment.