We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446e5e2 commit cd4bbbfCopy full SHA for cd4bbbf
1 file changed
spec/helpers/theme_helper_spec.rb
@@ -13,7 +13,7 @@
13
expect(html_links.first.attributes.symbolize_keys)
14
.to include(
15
# This is now identical to the default theme & will be unified very soon
16
- href: have_attributes(value: match(/default/)),
+ href: have_attributes(value: match(/mastodon-light/)),
17
media: have_attributes(value: 'not all and (prefers-color-scheme: dark)')
18
)
19
expect(html_links.last.attributes.symbolize_keys)
0 commit comments