2do/static/color-themes/dracula.css
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

9 lines
164 B
CSS

:root {
--page-background: #282a36;
--input-background: #44475a;
--foreground: #f8f8f2;
--check: #50fa7b;
--x: #ff5555;
--label: #ff79c6;
}