/*$wire-debug: false;*/ $color-white: #fff; $color-very-light-grey: #e0e0e0; $color-light-blue: #b9d4e3; $color-blue: #0269a0; $color-blue2: #3dacce; $color-grey: #ccc; $color-dark-grey: #303951; $color-very-dark-grey: #252c3e; $color-red: #b02e2a; $code-color: $color-red; $color-navigation-item-background: darken($color-dark-grey, 8%); $color-navigation-item-background-active: lighten($color-dark-grey, 10%); $color-small-menu-background: $color-dark-grey; $color-wide-menu-background-from: $color-dark-grey; $color-wide-menu-background-to: darken($color-dark-grey, 10%); $color-header-background-from: $color-blue2; $color-header-background-to: $color-blue; $color-header-text: $color-white; $color-body-text: $color-dark-grey; $color-body-link-border: $color-blue; $color-blockquote-border: $color-grey; $color-hr-border: $color-grey; $color-hr-background: $color-grey; $color-content-background: $color-white; $content-max-width: 1250px; /* GIST compatiblity */ $color-code-border: #3c3c3c; $color-code-background: #222222; $color-code-text: #f8f8f2; $color-code-mark-background: $color-light-blue; $color-code-title-background: #3c3c3c; $color-code-title-text: #999; /* --- */ :root { --p: 195 77% 41%; }