Add Chinwag's extra theme options, updated mastodon_light
This commit is contained in:
parent
6cc432bbc4
commit
1180d38934
2 changed files with 8 additions and 2 deletions
|
@ -735,7 +735,10 @@ en:
|
||||||
<p>Originally adapted from the <a href="https://github.com/discourse/discourse">Discourse privacy policy</a>.</p>
|
<p>Originally adapted from the <a href="https://github.com/discourse/discourse">Discourse privacy policy</a>.</p>
|
||||||
title: "%{instance} Terms of Service and Privacy Policy"
|
title: "%{instance} Terms of Service and Privacy Policy"
|
||||||
themes:
|
themes:
|
||||||
default: Mastodon
|
default: Chinwag
|
||||||
|
light: Mastodon Light
|
||||||
|
mastodon: Mastodon Default
|
||||||
|
testing: Testing
|
||||||
time:
|
time:
|
||||||
formats:
|
formats:
|
||||||
default: "%b %d, %Y, %H:%M"
|
default: "%b %d, %Y, %H:%M"
|
||||||
|
|
|
@ -1 +1,4 @@
|
||||||
default: styles/application.scss
|
default: styles/chinwag.scss
|
||||||
|
light: styles/mastodon_light.scss
|
||||||
|
mastodon: styles/application.scss
|
||||||
|
testing: styles/chinwag_light.scss
|
||||||
|
|
Loading…
Reference in a new issue