dont like shadow

This commit is contained in:
legop3
2026-09-12 16:39:40 -04:00
parent fb31ff52bd
commit 72b8db8a31
8 changed files with 12 additions and 12 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -12,8 +12,8 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- site-metadata:inject --> <!-- site-metadata:inject -->
<!-- analytics:inject --> <!-- analytics:inject -->
<script type="module" crossorigin src="/assets/index-B6mxStEr.js"></script> <script type="module" crossorigin src="/assets/index-DF1J2vaC.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D5xo99Ua.css"> <link rel="stylesheet" crossorigin href="/assets/index-3ThTtERF.css">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
@@ -17,7 +17,7 @@ export default function RoverHelpOverlay({ active = false }) {
fitHeight fitHeight
minSize={8} minSize={8}
maxSize={1400} maxSize={1400}
className="font-black tracking-tight text-white drop-shadow-[0_0_0.08em_rgba(0,0,0,1)]" className="font-black tracking-tight text-white"
> >
HELP HELP
</AutoFitText> </AutoFitText>
@@ -3,7 +3,7 @@
background, and auto-fit word flash together on every rover surface. */ background, and auto-fit word flash together on every rover surface. */
@keyframes rover-help-flash { @keyframes rover-help-flash {
0%, 49% { opacity: 0.96; } 0%, 49% { opacity: 0.96; }
50%, 100% { opacity: 0.12; } 50%, 100% { opacity: 0.01; }
} }
.rover-help-overlay { .rover-help-overlay {