Skip to content

Commit dbec0da

Browse files
committed
White square fix for light theme
1 parent f61b7ef commit dbec0da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/src/pages/reference/ID_Lists/Blips.astro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import { blips } from "@src/data/blips";
3838
src={getAssetImagePath(`Blips/radar_${blip.name}.png`)}
3939
alt={blip.name}
4040
class="blip-image"
41+
id={blip.id}
4142
/>
4243

4344
<p><code>{blip.id}</code></p>
@@ -78,6 +79,10 @@ import { blips } from "@src/data/blips";
7879
font-size: 0.75rem;
7980
}
8081

82+
:root[data-theme='light'] .blip-image[id="1"] {
83+
border: 1px solid black;
84+
}
85+
8186
.blip-image {
8287
margin-left: auto;
8388
margin-right: auto;

0 commit comments

Comments
 (0)