diff --git a/app/javascript/skins/glitch/mastodon-system/common.scss b/app/javascript/skins/glitch/mastodon-system/common.scss index c172c2d1579..3c9698cdb5b 100644 --- a/app/javascript/skins/glitch/mastodon-system/common.scss +++ b/app/javascript/skins/glitch/mastodon-system/common.scss @@ -1,4 +1,4 @@ -@import 'flavours/glitch/styles/mastodon'; +@import 'flavours/glitch/styles/application'; @media (prefers-color-scheme: light) { @import 'flavours/glitch/styles/mastodon-light'; -} \ No newline at end of file +} diff --git a/app/javascript/skins/vanilla/mastodon-system/common.scss b/app/javascript/skins/vanilla/mastodon-system/common.scss index 9e4049ff51e..4b9e9d3fc63 100644 --- a/app/javascript/skins/vanilla/mastodon-system/common.scss +++ b/app/javascript/skins/vanilla/mastodon-system/common.scss @@ -1,4 +1,4 @@ -@import 'styles/mastodon'; +@import 'styles/application'; @media (prefers-color-scheme: light) { @import 'styles/mastodon-light'; -} \ No newline at end of file +}