Skip to content

Commit 2b3b1d9

Browse files
CopilotPALP31
andauthored
Align custom SCSS variables with requested values
Agent-Logs-Url: https://github.com/PALP31/Triticum-tale-web/sessions/18319cc2-52c8-4e19-b674-4e530998975a Co-authored-by: PALP31 <180587161+PALP31@users.noreply.github.com>
1 parent b7f5db9 commit 2b3b1d9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/custom.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap");
22

3-
$primary: #c5a059 !default; // Candeal Gold (keep aligned with docs/logo-placeholder.svg)
4-
$navbar-bg: #f8f9fa !default;
5-
$navbar-hl: #003b71 !default; // PUC Blue (Pontificia Universidad Católica palette) for hover/focus
3+
$primary: #c5a059; // Candeal Gold (keep aligned with docs/logo-placeholder.svg)
4+
$navbar-bg: #f8f9fa;
5+
$navbar-hl: #003b71; // PUC Blue (Pontificia Universidad Católica palette) for hover/focus
66

77
h1,
88
h2 {

0 commit comments

Comments
 (0)