diff --git a/app/app.css b/app/app.css index 99345d8..f20c92b 100644 --- a/app/app.css +++ b/app/app.css @@ -13,3 +13,8 @@ body { color-scheme: dark; } } + +.glow-text { + text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), + 0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4); +} diff --git a/app/index.tsx b/app/index.tsx index 98cd548..9469682 100644 --- a/app/index.tsx +++ b/app/index.tsx @@ -1,8 +1,29 @@ +import "./app.css"; + export function Welcome() { return ( -
Mind that gambling isn't that dangerous
++ Mind that gambling isn't that dangerous +
+ +