diff --git a/Customize.md b/Customize.md deleted file mode 100644 index b6512d3..0000000 --- a/Customize.md +++ /dev/null @@ -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; -```` -