diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index a84d247f5176a382496a2c8dd6cf12c5f1481677..b75ec95a5593ab48a52a628f68d77dce16adbab6 100644
--- a/resources/styles/nheko.qss
+++ b/resources/styles/nheko.qss
@@ -89,3 +89,8 @@ EmojiCategory > * {
     background-color: white;
     color: #ccc;
 }
+
+FloatingButton {
+    qproperty-backgroundColor: #efefef;
+    qproperty-foregroundColor: black;
+}