Content Rewrite

This commit is contained in:
2026-05-07 21:47:42 +12:00
parent 0d86f450ec
commit a90dfb7c66
47 changed files with 1352 additions and 527 deletions
+5 -5
View File
@@ -3,7 +3,7 @@ header {
z-index: 100;
isolation: isolate;
overflow: visible;
background: var(--green);
background: var(--gw-green);
}
nav,
@@ -54,12 +54,12 @@ nav {
.nav-links > li > a:hover {
background: #fff;
color: var(--green);
color: var(--gw-green);
}
.nav-links > li > a.nav-link-active {
background: #fff;
color: var(--green);
color: var(--gw-green);
}
.mega-chevron {
@@ -113,7 +113,7 @@ nav {
padding: 12px 14px;
border-radius: 12px;
background: rgba(33, 48, 33, 0.04);
color: var(--green);
color: var(--gw-green);
font-size: 13px;
font-weight: 700;
text-decoration: none;
@@ -158,7 +158,7 @@ nav {
.mega-icon {
width: 64px;
height: 64px;
background: var(--green);
background: var(--gw-green);
border-radius: 16px;
display: flex;
align-items: center;