Skip to content

Commit 8dab00d

Browse files
committed
docs: add text-outlined utility for later use on landing page
1 parent 421be90 commit 8dab00d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/website/src/global.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,3 +1332,10 @@ body {
13321332
animation: 500ms cubic-bezier(0.87, 0, 0.13, 1) 0s 1 normal forwards accordion-close;
13331333
}
13341334
}
1335+
1336+
/* Not used yet - could be used for the colored text on the landing page when the make-it-yours color is too bright in light mode or too dim in dark mode */
1337+
@layer components {
1338+
.text-outlined {
1339+
@apply [text-shadow:-1px_0_black,_0_1px_black,_1px_0_black,_0_-1px_black] dark:[text-shadow:-1px_0_white,_0_1px_white,_1px_0_white,_0_-1px_white];
1340+
}
1341+
}

0 commit comments

Comments
 (0)