mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
dont like shadow
This commit is contained in:
@@ -17,7 +17,7 @@ export default function RoverHelpOverlay({ active = false }) {
|
||||
fitHeight
|
||||
minSize={8}
|
||||
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
|
||||
</AutoFitText>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
background, and auto-fit word flash together on every rover surface. */
|
||||
@keyframes rover-help-flash {
|
||||
0%, 49% { opacity: 0.96; }
|
||||
50%, 100% { opacity: 0.12; }
|
||||
50%, 100% { opacity: 0.01; }
|
||||
}
|
||||
|
||||
.rover-help-overlay {
|
||||
|
||||
Reference in New Issue
Block a user