This Repo is Obsolete - Any future changes will happen at our fork of Glitch-SOC
This repo contains all the minor changes that I made for my instance, Sakurajima. This includes additional footer link and a extra button on the logged out view.
There are two custom themes at present with more coming. They are:
- mastodon-sakura - A Sakura-themed Mastodon Theme
- mastodon-gekka - A gekka (月下美人) themed Mastodon theme.
- mastodon-holiday - A Christmas-themed Mastodon theme
I appreciate that if you use these themes to link them back to the creator.
The modern vanilla version uses CSS from the Mastodon Modern by Freeplay
Tip: only upload the files in the /app/javascript/skins/glitch and /app/javascript/flavours/styles folder only to install the themes
The application.scss and the content_security_policy.rb are modified so Adobe fonts can work. In the application.scss, add the font CSS of your project from Adobe fonts. Then specify the font name in the custom CSS. Here is an example.
body {
font-family: myriad-pro, sans-serif !important;
}
Replace myriad-pro with the font you have in the Adobe Fonts project, unless you are actually using that font.