Skip to content

Commit

Permalink
set nested hi within titles in normal font shape
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed May 23, 2024
1 parent f2dc3b5 commit 166d25f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/sass/components/_tei.scss
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,15 @@ li.listSubTitle {
text-align: left;
}

/* set titles of biblio entries in italics and
* set neste tei_hi_italic in normal shape
*/
.biblio-entry {
.title, .journalTitle, .collectionTitle {
font-style:italic;
.tei_hi_italic {
font-style:normal;
}
}
}

Expand Down

0 comments on commit 166d25f

Please sign in to comment.