deblan.io-murph/assets/css/app/config.scss

42 lines
1.1 KiB
SCSS

/*$wire-debug: false;*/
$color-white: #fff;
$color-very-light-grey: #e0e0e0;
$color-light-blue: #b9d4e3;
$color-blue: #0269a0;
$color-blue2: #48a8ce;
$color-grey: #ccc;
$color-dark-grey: #454651;
$color-very-dark-grey: #333;
$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, 5%);
$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;
/* 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;
/* --- */