Merge branch 'asonix/fix-themes' of asonix/mastodon into asonix/changes

This commit is contained in:
Arlo (Hyena) 2019-01-09 05:08:17 +00:00 committed by Gitea
commit 00c173c2e4
2 changed files with 11 additions and 2 deletions

View file

@ -28,7 +28,7 @@ defaults: &defaults
reduce_motion: false
system_font_ui: false
noindex: false
theme: 'default'
theme: 'mastodon'
aggregate_reblogs: true
notification_emails:
follow: false

View file

@ -1,3 +1,12 @@
default: styles/application.scss
contrast: styles/contrast.scss
contrast-wider: styles/contrast-wider.scss
pop: styles/pop.scss
pop-wider: styles/pop-wider.scss
pop-light: styles/pop-light.scss
pop-light-wider: styles/pop-light-wider.scss
mastodon: styles/application.scss
mastodon-wider: styles/mastodon-wider.scss
mastodon-light: styles/mastodon-light.scss
mastodon-light-wider: styles/mastodon-light-wider.scss
werefox: styles/werefox.scss
werefox-wider: styles/werefox-wider.scss