assets/css/appscms-variables.css in appscms-tools-theme-4.8.2 vs assets/css/appscms-variables.css in appscms-tools-theme-4.8.3
- old
+ new
@@ -1,7 +1,7 @@
:root {
- --primary-color: #dd4db5;
+ --primary-color: #1b2fe7;
--font-size: 16px;
--secondary-color: #f8f8f8;
--secondary-color-1: #fafafa;
--secondary-color-3: #f4f5ff;
--black-color: #202020;
@@ -14,7 +14,11 @@
--warning-color: #efcf2a;
--dark-gray: #4d4d4d;
--mid-gray: #1d1d1d;
--light-gray: rgb(137, 137, 137);
--text-dark: #000000 !important;
- --main-bg-color: radial-gradient(circle,rgba(168,237,223,.13) 0,rgba(166,143,248,.14) 50%) !important;
-}
\ No newline at end of file
+ --main-bg-color: radial-gradient(
+ circle,
+ rgba(168, 237, 223, 0.13) 0,
+ rgba(166, 143, 248, 0.14) 50%
+ ) !important;
+}