diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 | ||||
-rw-r--r-- | config/themes.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 029efe13b..4d8e33d73 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1335,6 +1335,7 @@ en: default: Cybrespace mastodon: Mastodon mastodon-light: Mastodon (light) + light: Cybre Lite time: formats: default: "%b %d, %Y, %H:%M" diff --git a/config/themes.yml b/config/themes.yml index 88c63bb0a..acd46104f 100644 --- a/config/themes.yml +++ b/config/themes.yml @@ -2,3 +2,4 @@ default: styles/cybre.scss mastodon: styles/application.scss contrast: styles/contrast.scss mastodon-light: styles/mastodon-light.scss +light: styles/cybre-light.scss |