We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61b7ef commit dbec0daCopy full SHA for dbec0da
web/src/pages/reference/ID_Lists/Blips.astro
@@ -38,6 +38,7 @@ import { blips } from "@src/data/blips";
38
src={getAssetImagePath(`Blips/radar_${blip.name}.png`)}
39
alt={blip.name}
40
class="blip-image"
41
+ id={blip.id}
42
/>
43
44
<p><code>{blip.id}</code></p>
@@ -78,6 +79,10 @@ import { blips } from "@src/data/blips";
78
79
font-size: 0.75rem;
80
}
81
82
+ :root[data-theme='light'] .blip-image[id="1"] {
83
+ border: 1px solid black;
84
+ }
85
+
86
.blip-image {
87
margin-left: auto;
88
margin-right: auto;
0 commit comments