diff --git a/app/javascript/dashboard/components-next/captain/AnimatingImg/Guardrails.vue b/app/javascript/dashboard/components-next/captain/AnimatingImg/Guardrails.vue index e5c120e39..db3a701fc 100644 --- a/app/javascript/dashboard/components-next/captain/AnimatingImg/Guardrails.vue +++ b/app/javascript/dashboard/components-next/captain/AnimatingImg/Guardrails.vue @@ -946,7 +946,7 @@ svg { --gradient-end: #fcfcfd; } -body.dark, +body.dark svg, .htw-dark svg { --gradient-start: #121213; --gradient-end: #121213; diff --git a/app/javascript/dashboard/components-next/captain/AnimatingImg/ResponseGuidelines.vue b/app/javascript/dashboard/components-next/captain/AnimatingImg/ResponseGuidelines.vue index 8d4728e83..f75d8fa38 100644 --- a/app/javascript/dashboard/components-next/captain/AnimatingImg/ResponseGuidelines.vue +++ b/app/javascript/dashboard/components-next/captain/AnimatingImg/ResponseGuidelines.vue @@ -924,7 +924,7 @@ svg { --gradient-end: #fcfcfd; } -body.dark, +body.dark svg, .htw-dark svg { --gradient-start: #121213; --gradient-end: #121213; diff --git a/app/javascript/dashboard/components-next/captain/AnimatingImg/Scenarios.vue b/app/javascript/dashboard/components-next/captain/AnimatingImg/Scenarios.vue index a32ba427a..98019a95f 100644 --- a/app/javascript/dashboard/components-next/captain/AnimatingImg/Scenarios.vue +++ b/app/javascript/dashboard/components-next/captain/AnimatingImg/Scenarios.vue @@ -998,7 +998,7 @@ svg { --gradient-end: #fcfcfd; } -body.dark, +body.dark svg, .htw-dark svg { --gradient-start: #121213; --gradient-end: #121213; diff --git a/app/javascript/dashboard/components-next/captain/AnimatingImg/Settings.vue b/app/javascript/dashboard/components-next/captain/AnimatingImg/Settings.vue index 232d9db7e..6c3e21194 100644 --- a/app/javascript/dashboard/components-next/captain/AnimatingImg/Settings.vue +++ b/app/javascript/dashboard/components-next/captain/AnimatingImg/Settings.vue @@ -735,7 +735,7 @@ svg { --gradient-end: #fcfcfd; } -body.dark, +body.dark svg, .htw-dark svg { --gradient-start: #121213; --gradient-end: #121213;