Story titles too small

Especially for CJK font, too hard to identify them.

2 Likes

The ideal fix is to allow custom CSS/themes. If you happen to know CSS, you could add this rule to your browser’s global CSS theme:

#story_titles .NB-storytitles-title {
font-size: 16px;
}