PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.7.7
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.7.7
8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 8.5.2 All 533 releases
← All changes | css/email_subscription.css +17 -0 8.7.68.7.7 View file →
@@ -1,9 +1,26 @@
1 1 /* User Data — WPBot purple modern UI */
2 2 @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
3 3
4 +/* WPBot design tokens — change colors here to theme the whole admin UI */
5 +:root {
6 + --woobot-primary: #5B4E96;
7 + --woobot-primary-color: #5B4E96;
8 + --woobot-primary-dark: #463a7a;
9 + --woobot-primary-soft: #f3f1fa;
10 + --woobot-primary-border: #e4e0f2;
11 + --woobot-surface: #ffffff;
12 + --woobot-page-bg: #F5F7FD;
13 + --woobot-text: #2d2a3a;
14 + --woobot-muted: #6b6680;
15 + --woobot-danger: #e25563;
16 + --woobot-nav-muted: #988FBD;
17 + --woobot-primary-rgb: 91, 78, 150;
18 +}
19 +
4 20 .wpbot-userdata-page {
5 21 --woobot-primary: #5B4E96;
22 + --woobot-primary-color: #5B4E96;
6 23 --woobot-primary-dark: #463a7a;
7 24 --woobot-primary-soft: #f3f1fa;
8 25 --woobot-primary-border: #e4e0f2;
9 26 --woobot-text: #2d2a3a;