diff --git a/andromeda.css b/andromeda.css index 33ced64..4fc9237 100644 --- a/andromeda.css +++ b/andromeda.css @@ -126,6 +126,23 @@ font-size: var(--logo-height); } +/* Season */ +.nameContainer h3.itemName.infoText.subtitle bdi { + display: flex; + flex-direction: column; + place-items: center; + gap: 1em; + text-indent: -1ch; + overflow: hidden; + font-size: larger; +} + +.nameContainer h3.itemName.infoText.subtitle bdi [data-type="Season"] { + text-indent: 0; + font-size: .72em; + font-weight: normal; +} + /* Original title */ .nameContainer h4 { text-align: center;