We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2410aaf commit 68b6d81Copy full SHA for 68b6d81
_sass/_vars.scss
@@ -128,9 +128,9 @@
128
129
// --- SALESFORCE BLUE PALETTE (DARK MODE) ---
130
// Background is the darkest blue
131
- --brand-dark-bg: hsl(197, 89%, 15%); // #04354A
+ --brand-dark-bg: hsl(214.1, 92.5%, 15.7%); // #04354A
132
// Primary accent is the brightest blue
133
- --brand-dark-primary: hsl(200, 89%, 55%); // #28B6F2
+ --brand-dark-primary: hsl(212.5, 97.6%, 66.7%); // #28B6F2
134
// Hover state is the very lightest blue
135
--brand-dark-hover: hsl(203, 89%, 78%); // #88D7F8
136
// Text is an off-white for readability
0 commit comments