ShopAI-Extension/styles/fonts/all.article.css
2024-04-23 13:58:14 +08:00

13 lines
No EOL
175 B
CSS

h1, h2, h3, h4, h5, h6 {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
#title {
font-weight: bold;
}
#author {
font-style: italic;
}