diff --git a/wp-content/themes/apus-theme/assets/css/style.css b/wp-content/themes/apus-theme/assets/css/style.css index e9836b9d..1292aab3 100644 --- a/wp-content/themes/apus-theme/assets/css/style.css +++ b/wp-content/themes/apus-theme/assets/css/style.css @@ -46,6 +46,14 @@ --color-text: #212529; /* Contrast ratio 15.52:1 against white */ --color-bg: #ffffff; + /* APU Template Colors (from apus-theme-template/css/style.css) */ + --color-navy-dark: #0E2337; + --color-navy-primary: #1e3a5f; + --color-navy-light: #2c5282; + --color-orange-primary: #FF8600; + --color-orange-hover: #FF6B35; + --color-orange-light: #FFB800; + /* Spacing */ --spacing-xs: 0.25rem; --spacing-sm: 0.5rem; @@ -646,3 +654,32 @@ img { font-size: 2rem; } } + +/* ========================================================================== + TOP NOTIFICATION BAR (from apus-theme-template/css/style.css lines 57-80) + ========================================================================== */ + +.top-notification-bar { + background-color: var(--color-navy-dark); + color: #ffffff; + padding: 0.5rem 0; + font-size: 0.9rem; + text-align: center; +} + +.top-notification-bar strong { + color: var(--color-orange-primary); +} + +.top-notification-bar i { + color: var(--color-orange-primary); +} + +.top-notification-bar a { + color: #ffffff; + transition: color 0.3s ease; +} + +.top-notification-bar a:hover { + color: var(--color-orange-primary); +} diff --git a/wp-content/themes/apus-theme/header.php b/wp-content/themes/apus-theme/header.php index 45363096..e9dceeb1 100644 --- a/wp-content/themes/apus-theme/header.php +++ b/wp-content/themes/apus-theme/header.php @@ -20,19 +20,13 @@
data-bs-spy="scroll" data-bs-target=".toc-container" data-bs-offset="100"> - -