Skip to content

Commit f8c9766

Browse files
committed
changed text-shadow to text-stroke in order to give more solid definition of components
1 parent ea8b8be commit f8c9766

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/ComponentDisplay.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -405,12 +405,9 @@ export default {
405405
top: -18px;
406406
left: 2px;
407407
color: black;
408-
text-shadow: white 0px 0px 3px;
408+
-webkit-text-stroke: 0.4px white;
409409
font-weight: 800;
410-
/* background: rgba(0, 0, 0, 0.678); */
411-
/* width: 1rem; */
412410
line-height: 1.2;
413-
/* margin: 10px; */
414411
z-index: -1;
415412
}
416413
.component-children {

0 commit comments

Comments
 (0)