Skip to content

Commit 2410aaf

Browse files
authored
as
1 parent 8b60a27 commit 2410aaf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

_includes/header.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<a class="header__logo" href="{{ '/' | relative_url }}" aria-label="{{ site.title }}">
44
<img class="image" src="{{ site.logo | relative_url }}" alt="{{ site.title | escape }} Logo">
55
</a>
6-
76
<!-- ============================================= -->
87
<!-- DYNAMIC NAVIGATION WITH ACTIVE STATE LOGIC -->
98
<!-- ============================================= -->

_sass/_vars.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
:root {
1212

1313
// --- SALESFORCE BLUE PALETTE (with #0176D3 as Primary) ---
14-
:root {
1514
/* Primary (Main CTA / Links) */
1615
--brand-primary: hsl(207, 99%, 41%); /* #0176D3 */
1716

@@ -29,8 +28,7 @@
2928

3029
/* Light Blue (Backgrounds, borders) */
3130
--brand-light: hsl(207, 80%, 95%); /* #E7F4FC */
32-
}
33-
31+
3432

3533
// Base Colors (Light Mode)
3634
--spruce-base-color-background: hsl(0, 0%, 100%);

0 commit comments

Comments
 (0)