mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
Complete color palette
This commit is contained in:
@@ -1,37 +1,6 @@
|
||||
// Bootstrap-derived SASS. See README.md in this folder for instructions.
|
||||
|
||||
// Set theme colors used by Bootstrap styles
|
||||
$white: #FFF;
|
||||
$gray-100: #F5F7F9;
|
||||
$gray-200: #E1E4E8;
|
||||
$gray-300: #D3D0CF;
|
||||
$gray-400: #B3B0AF;
|
||||
$gray-500: #8D8A89;
|
||||
$gray-600: #676463;
|
||||
$gray-700: #464443;
|
||||
$gray-800: #2E2D2C;
|
||||
$gray-900: #201F1E;
|
||||
$black: #000;
|
||||
|
||||
$primary: #19FF83; // Primary green
|
||||
$secondary: $gray-600;
|
||||
$light: $gray-200;
|
||||
$dark: $black;
|
||||
$success: #2BCB96; // light green
|
||||
$info: #5111F4; // deep blue
|
||||
$warning: #FEFF01; // yellow -- "caution" callout style
|
||||
$danger: #FF2D9A; // rose -- "warning" callout style
|
||||
|
||||
$code-color: $gray-800;
|
||||
$body-color: $black;
|
||||
$navbar-light-color: $gray-600;
|
||||
|
||||
$body-bg: $light;
|
||||
$code-color: $gray-800;
|
||||
$body-color: $gray-500;
|
||||
$headings-color: $white;
|
||||
$text-muted: $gray-400;
|
||||
$breadcrumb-bg: $black;
|
||||
@import "_colors.scss";
|
||||
|
||||
$navbar-padding-y: 0;
|
||||
$navbar-nav-link-padding-x: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user