aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/recipes.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/recipes.scss')
-rw-r--r--src/styles/recipes.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styles/recipes.scss b/src/styles/recipes.scss
index 56a248e98..5bdc60a57 100644
--- a/src/styles/recipes.scss
+++ b/src/styles/recipes.scss
@@ -2,6 +2,7 @@
2 2
3.theme__dark .recipe-teaser { 3.theme__dark .recipe-teaser {
4 background-color: $dark-theme-gray-dark; 4 background-color: $dark-theme-gray-dark;
5 color: $dark-theme-text-color;
5 6
6 &:hover { background-color: $dark-theme-gray; } 7 &:hover { background-color: $dark-theme-gray; }
7} 8}