Include draft Chinwag theme changes for live testing
This commit is contained in:
parent
c1aec71846
commit
111016aa3f
5 changed files with 7858 additions and 4 deletions
|
@ -22,3 +22,5 @@
|
||||||
@import 'mastodon/rtl';
|
@import 'mastodon/rtl';
|
||||||
@import 'mastodon/accessibility';
|
@import 'mastodon/accessibility';
|
||||||
@import 'mastodon/rich_text';
|
@import 'mastodon/rich_text';
|
||||||
|
|
||||||
|
@import 'tangerineui-chinwag/tangerineui-chinwag.scss';
|
||||||
|
|
2
app/javascript/styles/tangerineui-chinwag.scss
Normal file
2
app/javascript/styles/tangerineui-chinwag.scss
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
@import 'application';
|
||||||
|
@import 'tangerineui-chinwag/tangerineui-chinwag.scss';
|
7848
app/javascript/styles/tangerineui-chinwag/tangerineui-chinwag.scss
Normal file
7848
app/javascript/styles/tangerineui-chinwag/tangerineui-chinwag.scss
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1800,9 +1800,10 @@ en:
|
||||||
tags:
|
tags:
|
||||||
does_not_match_previous_name: does not match the previous name
|
does_not_match_previous_name: does not match the previous name
|
||||||
themes:
|
themes:
|
||||||
default: Chinwag
|
tangerineui-chinwag: Chinwag
|
||||||
mastodon: Mastodon Dark
|
|
||||||
contrast: High Contrast
|
contrast: High Contrast
|
||||||
|
default: Mastodon Dark
|
||||||
|
mastodon-light: Mastodon Light
|
||||||
system: Automatic (use system theme)
|
system: Automatic (use system theme)
|
||||||
time:
|
time:
|
||||||
formats:
|
formats:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
default: styles/mastodon-light.scss
|
default: styles/application.scss
|
||||||
mastodon: styles/application.scss
|
|
||||||
contrast: styles/contrast.scss
|
contrast: styles/contrast.scss
|
||||||
|
mastodon-light: styles/mastodon-light.scss
|
||||||
|
tangerineui-chinwag: styles/tangerineui-chinwag.scss
|
||||||
|
|
Loading…
Reference in a new issue