More actions
m Quick fix to make description text readable in light-mode. |
Fix typo. |
||
| Line 160: | Line 160: | ||
.ShipBoxLarge p.ship-desc | .ShipBoxLarge p.ship-desc | ||
{ | { | ||
color: var(--color-inverted-fixed) | color: var(--color-inverted-fixed); | ||
font-family: arial; | font-family: arial; | ||
font-size: 11px; | font-size: 11px; | ||
| Line 188: | Line 188: | ||
margin-top: 1px; | margin-top: 1px; | ||
} | } | ||
.ShipBoxLarge .box-discussion | .ShipBoxLarge .box-discussion | ||
{ | { | ||