diff --git a/tildes/scss/themes/_theme_base.scss b/tildes/scss/themes/_theme_base.scss
index 83def14..9b39367 100644
--- a/tildes/scss/themes/_theme_base.scss
+++ b/tildes/scss/themes/_theme_base.scss
@@ -331,6 +331,14 @@
background-color: map-get($theme, "background-primary");
}
+ .donation-goal-meter-over-goal {
+ background: map-get($theme, "comment-label-exemplary");
+
+ &::-webkit-meter-bar {
+ background: map-get($theme, "comment-label-exemplary");
+ }
+ }
+
.empty-subtitle {
color: map-get($theme, "foreground-secondary");
}
diff --git a/tildes/tildes/templates/home.jinja2 b/tildes/tildes/templates/home.jinja2
index 3d4757f..d10144e 100644
--- a/tildes/tildes/templates/home.jinja2
+++ b/tildes/tildes/templates/home.jinja2
@@ -97,12 +97,19 @@