Skip to content

Commit

Permalink
Merge pull request #176 from takayamaki/fix-some-theme
Browse files Browse the repository at this point in the history
ハイコントラストテーマとライトテーマが壊れていた問題を修正
  • Loading branch information
takayamaki authored Jul 3, 2018
2 parents 0b06b6f + 7748cdc commit 770861c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/javascript/styles/contrast.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import 'contrast/variables';
@import 'application';
@import 'contrast/diff';
@import 'theme_mastodon';

2 changes: 1 addition & 1 deletion app/javascript/styles/imastodon/compose_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

&__name {
font-size: 14px;
color: $white;
color: $primary-text-color;
text-decoration: none;
width: 200px;
overflow: hidden;
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/styles/imastodon/favourite_tags.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
text-align: center;

a {
color: $white;
color: $primary-text-color;
}
}

Expand Down
2 changes: 2 additions & 0 deletions app/javascript/styles/mastodon-light.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import 'mastodon-light/variables';
@import 'application';
@import 'mastodon-light/diff';
@import 'theme_mastodon';

0 comments on commit 770861c

Please sign in to comment.