diff --git a/src/lib/components/atoms/Crest.svelte b/src/lib/components/atoms/Crest.svelte
index 9069a37..6af597c 100644
--- a/src/lib/components/atoms/Crest.svelte
+++ b/src/lib/components/atoms/Crest.svelte
@@ -1,11 +1,12 @@
diff --git a/src/lib/scss/_animations.scss b/src/lib/scss/_animations.scss
index 4a6db82..e55ae29 100644
--- a/src/lib/scss/_animations.scss
+++ b/src/lib/scss/_animations.scss
@@ -71,7 +71,8 @@
}
100% {
- fill: transparent;
+ fill: #181A1B;
+ fill-rule: evenodd;
stroke: var(--color--text);
stroke-dashoffset: -25%;
stroke-dasharray: 50% 0;