diff --git a/src/styles/themes/theme-blackbeauty.scss b/src/styles/themes/theme-blackbeauty.scss
index 2aa71a70a0c4dab78560b69c6cb5cbec98a8f0a9..b8aa0043a27783bb7b98caf71ffe62ce72830666 100644
--- a/src/styles/themes/theme-blackbeauty.scss
+++ b/src/styles/themes/theme-blackbeauty.scss
@@ -135,3 +135,9 @@ $code-color: $primary_text_color;
 .bg-secondary {
   background-color: #212121 !important;
 }
+
+.card {
+  color: white;
+  background-color: #212121;
+  border: none;
+}