diff --git a/src/graphics/scoreboard-2xko/main.vue b/src/graphics/scoreboard-2xko/main.vue index 3a435ec..39f17ad 100644 --- a/src/graphics/scoreboard-2xko/main.vue +++ b/src/graphics/scoreboard-2xko/main.vue @@ -216,7 +216,7 @@ const gameText = computed(() => scoreboard.value.game || '2XKO'); height="50" viewBox="0 0 464 50" > scoreboard.value.game || '2XKO'); :href="leftFlagUrl || leftCharacterImage" width="46" height="34.5" - x="410.75" + x="7.15" y="7.7" preserveAspectRatio="xMidYMid meet" clip-path="url(#p1-clip-path)" @@ -361,7 +361,7 @@ const gameText = computed(() => scoreboard.value.game || '2XKO'); class="nameBlock" >
- {{ rightName }} | {{ rightTeam }} + {{ rightTeam }} | {{ rightName }}
diff --git a/src/graphics/scoreboard-2xko/template.css b/src/graphics/scoreboard-2xko/template.css index 87aa81b..7a639c5 100644 --- a/src/graphics/scoreboard-2xko/template.css +++ b/src/graphics/scoreboard-2xko/template.css @@ -197,6 +197,7 @@ body { font-size: 20px; white-space: nowrap; text-align: center; + color: #ffffff; } #nameBlockP1 { @@ -222,6 +223,7 @@ body { font-family: 'Shapiro 115 Plus Ext'; font-size: 24px; text-align: center; + color: #ffffff; } .centerPanel { @@ -245,6 +247,7 @@ body { align-content: center; padding: 2px 10px; margin: 0px 0px; + color: #ffffff; } #topText { @@ -368,6 +371,7 @@ body { height: 20px; position: relative; z-index: 1; + color: #ffffff; } .micIcon { @@ -399,6 +403,7 @@ body { width: 130px; align-items: flex-start; justify-content: center; + color: #ffffff; } :root { @@ -463,4 +468,4 @@ body.anim-start [data-anim="right"] { animation: slide-right-fade var(--dur) eas @keyframes slide-right-fade { from { transform: translateX(-50px); opacity: 0 } to { transform: none; opacity: 1 } -} \ No newline at end of file +}