From 96c1d9b3ecbe674df11369042488ffad9ee2c4a5 Mon Sep 17 00:00:00 2001 From: Jordan Violet <8886650+jtviolet@users.noreply.github.com> Date: Wed, 15 Oct 2025 09:23:38 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbd4e4443b..0040f2bc52 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A centralized documentation site for all Netwrix security products, built with [ ## 🎯 Overview + This documentation site serves all Netwrix product documentation. - **19+ Security Products** across 6 categories: From 01a7ad2d473a0288c3ec446f46bdce8223b52009 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 13:45:31 +0000 Subject: [PATCH 2/2] Update Netwrix branding colors and logo - Update logo from red (#D9272E) to Nightwatch (#1A1536) - Update primary color scheme to Beacon Green (#41F27C) - Update navbar background to Nightwatch (#1A1536) - Update all color references in light and dark modes Note: favicon.ico will need to be manually replaced with new "n" logo Co-authored-by: Jordan Violet --- src/css/custom.css | 39 +++++++++++++++++++----------------- static/branding/logo-red.svg | 2 +- 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 4eb275d2f9..f990211fd7 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -6,28 +6,31 @@ /* You can override the default Infima variables here. */ :root { - --ifm-color-primary: #2a5298; - --ifm-color-primary-dark: #254a89; - --ifm-color-primary-darker: #234582; - --ifm-color-primary-darkest: #1c376b; - --ifm-color-primary-light: #2f5aa7; - --ifm-color-primary-lighter: #325fae; - --ifm-color-primary-lightest: #4169c4; + --ifm-color-primary: #41F27C; + --ifm-color-primary-dark: #34C263; + --ifm-color-primary-darker: #2FB758; + --ifm-color-primary-darkest: #27914A; + --ifm-color-primary-light: #67F596; + --ifm-color-primary-lighter: #7DF6A4; + --ifm-color-primary-lightest: #B3FAC8; --ifm-code-font-size: 95%; --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); --ifm-font-family-base: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif; + --ifm-navbar-background-color: #1A1536; + --ifm-navbar-link-color: #ffffff; } /* For readability concerns, you should choose a lighter palette in dark mode. */ [data-theme='dark'] { - --ifm-color-primary: #4d7fd8; - --ifm-color-primary-dark: #3770d3; - --ifm-color-primary-darker: #2d66d0; - --ifm-color-primary-darkest: #1e4fac; - --ifm-color-primary-light: #638edd; - --ifm-color-primary-lighter: #6d97e0; - --ifm-color-primary-lightest: #8eafe8; + --ifm-color-primary: #67F596; + --ifm-color-primary-dark: #41F27C; + --ifm-color-primary-darker: #34C263; + --ifm-color-primary-darkest: #2FB758; + --ifm-color-primary-light: #7DF6A4; + --ifm-color-primary-lighter: #8DF7B0; + --ifm-color-primary-lightest: #B3FAC8; --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); + --ifm-navbar-background-color: #1A1536; } /* Additional custom styles */ @@ -99,7 +102,7 @@ html { .navbar-item-latest { font-weight: 600 !important; color: var(--ifm-color-primary-darkest) !important; - background: linear-gradient(90deg, rgba(42, 82, 152, 0.08), rgba(42, 82, 152, 0.03)); + background: linear-gradient(90deg, rgba(65, 242, 124, 0.08), rgba(65, 242, 124, 0.03)); border-left: 3px solid var(--ifm-color-primary); padding-left: 12px !important; margin: 2px 0; @@ -127,14 +130,14 @@ html { .navbar-item-legacy:hover { color: var(--ifm-color-primary) !important; opacity: 1; - background: rgba(42, 82, 152, 0.05); + background: rgba(65, 242, 124, 0.05); border-radius: 4px; } /* Dark mode adjustments */ [data-theme='dark'] .navbar-item-latest { color: var(--ifm-color-primary-lightest) !important; - background: linear-gradient(90deg, rgba(77, 127, 216, 0.1), rgba(77, 127, 216, 0.04)); + background: linear-gradient(90deg, rgba(103, 245, 150, 0.1), rgba(103, 245, 150, 0.04)); border-left-color: var(--ifm-color-primary-light); } @@ -144,7 +147,7 @@ html { [data-theme='dark'] .navbar-item-legacy:hover { color: var(--ifm-color-primary-light) !important; - background: rgba(77, 127, 216, 0.08); + background: rgba(103, 245, 150, 0.08); } /* Product grouping visual separation */ diff --git a/static/branding/logo-red.svg b/static/branding/logo-red.svg index c46aa42cd3..8fc5c4fcef 100644 --- a/static/branding/logo-red.svg +++ b/static/branding/logo-red.svg @@ -3,7 +3,7 @@