Bob AI: Change the website's primary theme color to magenta by updat

This commit is contained in:
2026-04-26 23:22:19 +03:00
parent 34af23d0e2
commit 8bdf2431e9

View File

@@ -4,16 +4,16 @@
@import "./styles/animations.css";
:root {
/* @colorThemes/lightTheme/blue */
--background: #f8fafc;
/* @colorThemes/lightTheme/magenta */
--background: #fdf4ff;
--card: #ffffff;
--foreground: #0f172a;
--primary-cta: #2563eb;
--foreground: #4a044e;
--primary-cta: #c026d3;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta-text: #2563eb;
--accent: #3b82f6;
--background-accent: #dbeafe;
--secondary-cta-text: #c026d3;
--accent: #d946ef;
--background-accent: #fae8ff;
/* @layout/border-radius/sharp */
--radius: 0px;