Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
39 changes: 21 additions & 18 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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);
}

Expand All @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion static/branding/logo-red.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.