mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-11 16:52:18 +03:00
Destroyed Customize (markdown)
parent
1dac010028
commit
80b09da12f
16
Customize.md
16
Customize.md
|
@ -1,16 +0,0 @@
|
||||||
# Customize Theme
|
|
||||||
|
|
||||||
Material Design for Bootstrap ("MD4B") comes with __teal__ as default color.
|
|
||||||
|
|
||||||
You may want to change it to something else, to do so, the easiest and effective way is using LESS.
|
|
||||||
|
|
||||||
Create a new `.less` file inside your project (in your `styles/` or `thirdparty/` folder.
|
|
||||||
|
|
||||||
````less
|
|
||||||
// Import the main LESS file from the installation folder of MD4B
|
|
||||||
@import "../bower_components/bootstrap-material-design/less/material-wfont.less";
|
|
||||||
|
|
||||||
// Override @primary color with one took from _colors.less
|
|
||||||
@primary: @deep-purple;
|
|
||||||
````
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user