Community Central
Community Central
No edit summary
No edit summary
Line 1: Line 1:
 
.wds-global-navigation-wrapper {
 
.wds-global-navigation-wrapper {
--cgn-color-background: #002a32;
+
--cgn-color-background: #111;
--cgn-color-text: #f2f5f5;
+
--cgn-color-text: #EEE;
--cgn-color-text-secondary: #bed1cf;
+
--cgn-color-text-secondary: #1E1E1E;
--cgn-color-accent: #00d6d6;
+
--cgn-color-accent: #0074D9;
--cgn-color-chevron: #ff6a64;
+
--cgn-color-chevron: #E5E5E5;
 
 
 
--cgn-color-dropdown-background: #f2f5f5;
 
--cgn-color-dropdown-background: #f2f5f5;

Revision as of 02:49, 3 May 2019

.wds-global-navigation-wrapper {
  --cgn-color-background: #111;
  --cgn-color-text: #EEE;
  --cgn-color-text-secondary: #1E1E1E;
  --cgn-color-accent: #0074D9;
  --cgn-color-chevron: #E5E5E5;
 
  --cgn-color-dropdown-background: #f2f5f5;
  --cgn-color-dropdown-text: #1a1a1a;
  --cgn-color-dropdown-text-secondary: #5f7a7b;
  --cgn-color-dropdown-accent: #00acac;
 
  --cgn-height: 55px;
  --cgn-position: fixed; /* or absolute */
 
  --cgn-logo-height: 27px;
  --cgn-link-font-size: 18px;
 
  --cgn-start-a-wiki-display: flex; /* or none */
  --cgn-start-a-wiki-secondary-display: list-item; /* or none */
 
  --cgn-notification-bold-font-weight: bold; /* or normal */
  --cgn-notification-icon-display: flex; /* or none */
 
  --cgn-avatar-blend-mode: normal;
  --cgn-avatar-filter: none;
  --cgn-left-content-links-blend-mode: normal;
  --cgn-notification-icon_blend-mode: normal;
  --cgn-search-blend-mode: normal;
  --cgn-start-wiki-blend-mode: normal;
}