04/16 Update the page footer
This commit is contained in:
@@ -28,12 +28,12 @@
|
||||
/* 1. COLOR PALETTE — GOV Services green */
|
||||
/* ------------------------------------------------------------------ */
|
||||
:root {
|
||||
/* Primary brand color: institutional green */
|
||||
--primary-color: #1a6b3c;
|
||||
--primary-hover: #145530;
|
||||
/* Primary brand color: bright institutional green */
|
||||
--primary-color: #16a34a;
|
||||
--primary-hover: #15803d;
|
||||
|
||||
/* Accent used for links, focus rings, active states */
|
||||
--info-color: #1a6b3c;
|
||||
--info-color: #16a34a;
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------ */
|
||||
@@ -70,15 +70,9 @@
|
||||
|
||||
/* ------------------------------------------------------------------ */
|
||||
/* 4. FOOTER COPYRIGHT LINE */
|
||||
/* Now handled dynamically in base.html / base_authenticated.html */
|
||||
/* via {{ CURRENT_YEAR }} and {{ COMPANY_NAME }} — no CSS needed. */
|
||||
/* ------------------------------------------------------------------ */
|
||||
.footer-content p {
|
||||
font-size: 0;
|
||||
}
|
||||
.footer-content p::after {
|
||||
content: "© 2025 GOV Services, Inc. All rights reserved.";
|
||||
font-size: 0.875rem;
|
||||
color: var(--gray-500);
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------ */
|
||||
/* 5. SIDEBAR GRADIENT — re-declare to pick up new variables */
|
||||
|
||||
Reference in New Issue
Block a user