Skip to content

Commit a48506e

Browse files
committed
Remove opacity information which is set by apply-dark
1 parent 2c7b21d commit a48506e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/clientModules/backgroundScene.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function buildSVG(): string {
5555
0%,100%{transform:translate(0,0)} 40%{transform:translate(7px,-11px)} 75%{transform:translate(-5px,13px)}
5656
}
5757
</style>
58-
<g id="_pbg_p" opacity="0.09">
58+
<g id="_pbg_p">
5959
<circle cx="-40" cy="875" r="178" fill="currentColor"/>
6060
<ellipse cx="-40" cy="875" rx="285" ry="46" fill="none" stroke="currentColor" stroke-width="2.5" transform="rotate(-22,-40,875)"/>
6161
<circle cx="1382" cy="72" r="64" fill="currentColor"/>
@@ -68,8 +68,8 @@ function buildSVG(): string {
6868
<circle cx="1052" cy="828" r="9" fill="currentColor"/>
6969
<circle cx="582" cy="882" r="14" fill="currentColor"/>
7070
</g>
71-
<g id="_pbg_g" opacity="0.14">${edges}${nodes}</g>
72-
<g id="_pbg_s" opacity="0.11" fill="currentColor"
71+
<g id="_pbg_g">${edges}${nodes}</g>
72+
<g id="_pbg_s" fill="currentColor"
7373
font-family="'Roboto Mono','Courier New',monospace" font-size="13">${snippets}</g>
7474
</svg>`;
7575
}

0 commit comments

Comments
 (0)