classic-light.css

This commit is contained in:
Others...14
2025-09-09 17:17:11 +07:00
committed by GitHub
parent 266e2e8f97
commit a49a5dc479
+6 -5
View File
@@ -4,11 +4,11 @@
.wplace-theme-classic-light {
/* === CORE COLORS === */
--wplace-primary: #fff; /* Clean white */
--wplace-secondary: #f8f9fa; /* Light gray */
--wplace-accent: #e9ecef; /* Lighter gray */
--wplace-text: #212529; /* Dark text */
--wplace-highlight: #6f42c1; /* Purple highlight */
--wplace-primary: #E0E0E1; /* Quite white */
--wplace-secondary: #FBFBFB; /* Light white */
--wplace-accent: #FBFBFB; /* Lighter white */
--wplace-text: #203C5D; /* Dark blue text */
--wplace-highlight: #32C8FE; /* Cyan highlight */
--wplace-success: #28a745; /* Bootstrap green */
--wplace-error: #dc3545; /* Bootstrap red */
--wplace-warning: #ffc107; /* Bootstrap yellow */
@@ -596,3 +596,4 @@
border-radius: 8px !important;
border: 1px solid rgb(0 0 0 / 10%) !important;
}