Skip to content

Commit 00d87f0

Browse files
committed
[RZA-250021]: light-dark
1 parent 3495e2e commit 00d87f0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/components/DrawKeyboard.astro

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -557,13 +557,10 @@ import Keyboard from "@/components/Keyboard.astro";
557557
}
558558

559559
.continue-message {
560-
color: dark-light(#ffffff, black);
561-
font-size: 1.1rem;
560+
color: light-dark(black, white);
561+
font-size: 1rem;
562562
font-weight: 400;
563563
font-style: italic;
564-
text-align: right;
565-
margin-right: 1%;
566-
margin-bottom: -15px;
567564
}
568565
@keyframes slideDown {
569566
from {

0 commit comments

Comments
 (0)