2do/static/color-themes
Kevin Thomas c09bfefd53
Update layout and add color themes (#27)
* Change layout, add color theme support

- Modify CSS to be more mobile friendly
- Modify CSS to support color themes. These themes are configured using
  environment variables that can be passed into the docker container
- Add support for custom color themes, these are also set through
  environment variables

* Fix ineffectual assignment to

* Set maximum-scale=1 on viewport to prevent mobile safari zoom bug

* Use the flag package for color environment variables

* Check error on fs.Parse
2020-08-06 16:40:31 +10:00
..
ayu.css Update layout and add color themes (#27) 2020-08-06 16:40:31 +10:00
dracula.css Update layout and add color themes (#27) 2020-08-06 16:40:31 +10:00
gruvbox-dark.css Update layout and add color themes (#27) 2020-08-06 16:40:31 +10:00
gruvbox-light.css Update layout and add color themes (#27) 2020-08-06 16:40:31 +10:00
lucario.css Update layout and add color themes (#27) 2020-08-06 16:40:31 +10:00
monokai.css Update layout and add color themes (#27) 2020-08-06 16:40:31 +10:00
nord.css Update layout and add color themes (#27) 2020-08-06 16:40:31 +10:00
solarized-dark.css Update layout and add color themes (#27) 2020-08-06 16:40:31 +10:00
solarized-light.css Update layout and add color themes (#27) 2020-08-06 16:40:31 +10:00
tomorrow-night.css Update layout and add color themes (#27) 2020-08-06 16:40:31 +10:00
tomorrow.css Update layout and add color themes (#27) 2020-08-06 16:40:31 +10:00
zenburn.css Update layout and add color themes (#27) 2020-08-06 16:40:31 +10:00