diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-05-07 15:09:49 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-05-07 17:00:02 +0200 |
commit | 8f3402b1f08963cc1514d496aa5ee0ba1589a75d (patch) | |
tree | 2dd35c1b90d5d8a24a9f65acbed4967286ca0f68 /app/javascript/skins/glitch/mastodon-light | |
parent | 2e25da4da0dffebafe60cd6827559ac69b89abc7 (diff) |
Port Sylvhem's mastodon-light to glitch flavour
Diffstat (limited to 'app/javascript/skins/glitch/mastodon-light')
-rw-r--r-- | app/javascript/skins/glitch/mastodon-light/common.scss | 1 | ||||
-rw-r--r-- | app/javascript/skins/glitch/mastodon-light/names.yml | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/app/javascript/skins/glitch/mastodon-light/common.scss b/app/javascript/skins/glitch/mastodon-light/common.scss new file mode 100644 index 000000000..c37f407b3 --- /dev/null +++ b/app/javascript/skins/glitch/mastodon-light/common.scss @@ -0,0 +1 @@ +@import 'flavours/glitch/styles/mastodon-light'; diff --git a/app/javascript/skins/glitch/mastodon-light/names.yml b/app/javascript/skins/glitch/mastodon-light/names.yml new file mode 100644 index 000000000..f15424f2b --- /dev/null +++ b/app/javascript/skins/glitch/mastodon-light/names.yml @@ -0,0 +1,5 @@ +en: + skins: + glitch: + mastodon-light: Mastodon (light) + |