diff --git a/src/index.html b/src/index.html
index a27cca5..da1d23c 100644
--- a/src/index.html
+++ b/src/index.html
@@ -120,8 +120,7 @@
diff --git a/src/main.css b/src/main.css
index 0355b51..baecc7c 100644
--- a/src/main.css
+++ b/src/main.css
@@ -587,14 +587,14 @@ code, kbd {
}
.preview-wrapper.matched::after {
- content: "CRISPY! ٩(◕‿◕)۶";
+ content: "CRISPY ٩( ◕‿◕ )۶";
position: absolute;
- background: var(--success-color);
+ background: var(--success-color-dark);
color: white;
padding: var(--spacing-sm) var(--spacing-lg);
border-radius: var(--border-radius-lg);
font-weight: bold;
- font-size: 1.1rem;
+ font-size: 1.3rem;
animation: dvd-bounce 8s ease-in-out infinite;
z-index: 10;
white-space: nowrap;