Skip to content

Commit

Permalink
Apply bold style to t tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel committed Jul 23, 2024
1 parent 25e0abe commit 8975d06
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/languages/de/card/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ main.container .card audio {
margin-right: 4px;
}

t {
font-weight: 900;
}

@media (min-width: 762px) {
.migaku-header {
justify-content: start;
Expand Down
4 changes: 4 additions & 0 deletions src/languages/es/card/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ main.container .card audio {
margin-right: 4px;
}

t {
font-weight: 900;
}

@media (min-width: 762px) {
.migaku-header {
justify-content: start;
Expand Down
4 changes: 4 additions & 0 deletions src/languages/fr/card/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ main.container .card audio {
margin-right: 4px;
}

t {
font-weight: 900;
}

@media (min-width: 762px) {
.migaku-header {
justify-content: start;
Expand Down
4 changes: 4 additions & 0 deletions src/languages/ja/card/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ main.container .card audio {
margin-right: 4px;
}

t {
font-weight: 900;
}

@media (min-width: 762px) {
.migaku-header {
justify-content: start;
Expand Down
4 changes: 4 additions & 0 deletions src/languages/ko/card/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ main.container .card audio {
margin-right: 4px;
}

t {
font-weight: 900;
}

@media (min-width: 762px) {
.migaku-header {
justify-content: start;
Expand Down
4 changes: 4 additions & 0 deletions src/languages/pt/card/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ main.container .card audio {
margin-right: 4px;
}

t {
font-weight: 900;
}

@media (min-width: 762px) {
.migaku-header {
justify-content: start;
Expand Down
4 changes: 4 additions & 0 deletions src/languages/yue/card/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,10 @@ main.container .card audio {
margin-right: 4px;
}

t {
font-weight: 900;
}

@media (min-width: 762px) {
.migaku-header {
justify-content: start;
Expand Down
4 changes: 4 additions & 0 deletions src/languages/zh_CN/card/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,10 @@ main.container .card audio {
margin-right: 4px;
}

t {
font-weight: 900;
}

@media (min-width: 762px) {
.migaku-header {
justify-content: start;
Expand Down
4 changes: 4 additions & 0 deletions src/languages/zh_TW/card/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,10 @@ main.container .card audio {
margin-right: 4px;
}

t {
font-weight: 900;
}

@media (min-width: 762px) {
.migaku-header {
justify-content: start;
Expand Down

0 comments on commit 8975d06

Please sign in to comment.