diff --git a/web/plugin.head.html b/web/plugin.head.html
index 9a0ec73..ad09a87 100644
--- a/web/plugin.head.html
+++ b/web/plugin.head.html
@@ -239,6 +239,26 @@
color: #63477a !important;
}
+ html:not(.politictalk-direct-access-blocked) #polls-tab-panel button[aria-label="Create a poll"],
+ html:not(.politictalk-direct-access-blocked) #polls-tab-panel button[class*="button-primary"],
+ html:not(.politictalk-direct-access-blocked) [aria-labelledby="polls-tab"] button[aria-label="Create a poll"],
+ html:not(.politictalk-direct-access-blocked) [aria-labelledby="polls-tab"] button[class*="button-primary"] {
+ background: #ffffff !important;
+ background-color: #ffffff !important;
+ border-color: rgba(99, 71, 122, 0.22) !important;
+ box-shadow: none !important;
+ color: #63477a !important;
+ }
+
+ html:not(.politictalk-direct-access-blocked) #polls-tab-panel button[aria-label="Create a poll"] *,
+ html:not(.politictalk-direct-access-blocked) #polls-tab-panel button[class*="button-primary"] *,
+ html:not(.politictalk-direct-access-blocked) [aria-labelledby="polls-tab"] button[aria-label="Create a poll"] *,
+ html:not(.politictalk-direct-access-blocked) [aria-labelledby="polls-tab"] button[class*="button-primary"] * {
+ color: #63477a !important;
+ fill: currentColor !important;
+ stroke: currentColor !important;
+ }
+
html:not(.politictalk-direct-access-blocked) .chat-panel *,
html:not(.politictalk-direct-access-blocked) .chat-panel-container *,
html:not(.politictalk-direct-access-blocked) .chat-container *,