mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-15 06:08:57 +03:00
13 lines
406 B
SCSS
13 lines
406 B
SCSS
// 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;
|