diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-05-22 19:38:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-22 19:38:37 +0200 |
commit | f8cf85db3b3a4541a0add4b985a9bf0fbe8f2aa0 (patch) | |
tree | 979177400d68ef247455e2871f2a2dc946b95684 | |
parent | 39d70f375f2f9cd7e12cbf4486059dfc4a945755 (diff) |
Remove pointer to light theme until it is more polished (#7594)
-rw-r--r-- | config/themes.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/themes.yml b/config/themes.yml index 9c21c9459..f0bb1e6f7 100644 --- a/config/themes.yml +++ b/config/themes.yml @@ -1,3 +1,2 @@ default: styles/application.scss contrast: styles/contrast.scss -mastodon-light: styles/mastodon-light.scss |