Modern Theme
This commit is contained in:
parent
be07032ad7
commit
a48a693145
6 changed files with 2888 additions and 1 deletions
7
app/javascript/styles/modern-contrast.scss
Normal file
7
app/javascript/styles/modern-contrast.scss
Normal file
|
@ -0,0 +1,7 @@
|
|||
// Mastodon Modern theme by Freeplay! Check the original repo for more info: https://git.gay/freeplay/Mastodon-Modern
|
||||
// Everything in the "modern" directory is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License: http://creativecommons.org/licenses/by-sa/4.0/
|
||||
|
||||
@use 'contrast/variables';
|
||||
@use 'application';
|
||||
@use 'modern/style';
|
||||
@use 'contrast/diff';
|
6
app/javascript/styles/modern-dark.scss
Normal file
6
app/javascript/styles/modern-dark.scss
Normal file
|
@ -0,0 +1,6 @@
|
|||
// Mastodon Modern theme by Freeplay! Check the original repo for more info: https://git.gay/freeplay/Mastodon-Modern
|
||||
// Everything in the "modern" directory is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License: http://creativecommons.org/licenses/by-sa/4.0/
|
||||
|
||||
@use 'mastodon/variables';
|
||||
@use 'application';
|
||||
@use 'modern/style';
|
8
app/javascript/styles/modern-light.scss
Normal file
8
app/javascript/styles/modern-light.scss
Normal file
|
@ -0,0 +1,8 @@
|
|||
// Mastodon Modern theme by Freeplay! Check the original repo for more info: https://git.gay/freeplay/Mastodon-Modern
|
||||
// Everything in the "modern" directory is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License: http://creativecommons.org/licenses/by-sa/4.0/
|
||||
|
||||
@use 'mastodon-light/variables';
|
||||
@use 'mastodon-light/css_variables';
|
||||
@use 'application';
|
||||
@use 'modern/style';
|
||||
@use 'mastodon-light/diff';
|
2859
app/javascript/styles/modern/style.scss
Normal file
2859
app/javascript/styles/modern/style.scss
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue