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 fee3d08 commit d9bb3eeCopy full SHA for d9bb3ee
src/components/info-tile/info-tile.scss
@@ -266,7 +266,7 @@ $l: 62.5rem; //1000px
266
}
267
268
.icon {
269
- opacity: 0.5;
+ opacity: 0.7;
270
top: 0.125rem;
271
right: 0.125rem;
272
padding: 0.125rem;
@@ -278,6 +278,14 @@ $l: 62.5rem; //1000px
278
gap: 0.125rem;
279
280
281
+ .value-and-suffix,
282
+ .label {
283
+ text-shadow:
284
+ 0 0 1rem var(--info-tile-background-color, rgb(var(--contrast-100))),
285
+ 0 0 0.5rem
286
+ var(--info-tile-background-color, rgb(var(--contrast-100)));
287
+ }
288
+
289
.value {
290
--value-min-size: 0.7rem;
291
--value-preferred-size: 12cqw;
0 commit comments