From 8f3402b1f08963cc1514d496aa5ee0ba1589a75d Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Mon, 7 May 2018 15:09:49 +0200 Subject: Port Sylvhem's mastodon-light to glitch flavour --- app/javascript/skins/glitch/mastodon-light/common.scss | 1 + app/javascript/skins/glitch/mastodon-light/names.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 app/javascript/skins/glitch/mastodon-light/common.scss create mode 100644 app/javascript/skins/glitch/mastodon-light/names.yml (limited to 'app/javascript/skins/glitch') 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) + -- cgit