From e4094365381c326b7849c86983461b86ef0cf5e5 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 22 Mar 2018 18:35:00 -0400 Subject: * Theme: Ability to change between light and dark themes --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index aef2817..5de741d 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,16 @@ git pull && git submodule update --init --recursive && git submodule update && cd chordsdata && ./commands.sh ``` +## Developers + +Contributions are welcome! If you think you can do something to improve this project, +feel free to make a pull request. + +### Notes + +The `index.css` file is made by +`lessc --source-map-map-inline index.less > index.css`. + ## Acknowledgements * Github user [mzarillo](https://github.com/mzarillo) for -- cgit 1.4.1