Make Chinwag Light the default theme

This commit is contained in:
Mike Barnes 2018-03-26 01:48:29 +11:00
parent 183915006e
commit a0fdbb85e4
2 changed files with 3 additions and 3 deletions

View file

@ -738,7 +738,7 @@ en:
default: Chinwag default: Chinwag
light: Mastodon Light light: Mastodon Light
mastodon: Mastodon Default mastodon: Mastodon Default
testing: Testing oldchinwag: Chinwag Old
time: time:
formats: formats:
default: "%b %d, %Y, %H:%M" default: "%b %d, %Y, %H:%M"

View file

@ -1,4 +1,4 @@
default: styles/chinwag.scss default: styles/chinwag_light.scss
light: styles/mastodon_light.scss light: styles/mastodon_light.scss
mastodon: styles/application.scss mastodon: styles/application.scss
testing: styles/chinwag_light.scss oldchinwag: styles/chinwag.scss