diff options
author | beatrix <beatrix.bitrot@gmail.com> | 2018-05-13 18:57:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-13 18:57:58 -0400 |
commit | 46659655439e7d76726aa38ed5d599a795b3790f (patch) | |
tree | 27ff56ac6b96a2e226b5b1762471fbcf38c38243 /app/javascript/skins/glitch | |
parent | 685cf5599f2116f70b2422d3bf70a079de11e351 (diff) | |
parent | 8f3402b1f08963cc1514d496aa5ee0ba1589a75d (diff) |
Merge pull request #469 from ThibG/glitch-soc/features/glitch-light-theme
Port Sylvhem's mastodon-light to glitch flavour
Diffstat (limited to 'app/javascript/skins/glitch')
-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) + |