mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-09 08:10:39 +03:00
code contrast
This commit is contained in:
parent
87d68b948a
commit
b5ae163d1e
|
@ -3,5 +3,5 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
background-color: $grey-200;
|
background-color: $code-bg;
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,6 +16,7 @@ $enable-flex: true;
|
||||||
@import 'variables/body';
|
@import 'variables/body';
|
||||||
@import 'variables/brand';
|
@import 'variables/brand';
|
||||||
@import 'variables/buttons';
|
@import 'variables/buttons';
|
||||||
|
@import 'variables/code';
|
||||||
@import 'variables/state';
|
@import 'variables/state';
|
||||||
@import 'variables/type';
|
@import 'variables/type';
|
||||||
|
|
||||||
|
|
12
scss/includes/variables/_code.scss
Normal file
12
scss/includes/variables/_code.scss
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
// Code
|
||||||
|
|
||||||
|
//$code-color: #bd4147 !default;
|
||||||
|
$code-bg: $grey-200 !default; // #f7f7f9 !default;
|
||||||
|
|
||||||
|
//$kbd-color: #fff !default;
|
||||||
|
//$kbd-bg: #333 !default;
|
||||||
|
//
|
||||||
|
//$pre-bg: #f7f7f9 !default;
|
||||||
|
//$pre-color: $gray-dark !default;
|
||||||
|
//$pre-border-color: #ccc !default;
|
||||||
|
//$pre-scrollable-max-height: 340px !default;
|
Loading…
Reference in New Issue
Block a user