Skip to content

Commit d419fb0

Browse files
committed
added article.css to style scientific papers and articles in general
1 parent 9a8d7b9 commit d419fb0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

article.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
@media (min-width: 1100px) {
2+
.markdown-reading-view .article {
3+
max-width: 65% !important;
4+
margin: auto;
5+
}
6+
}
7+
8+
.markdown-reading-view .article {
9+
font-family: "Libre Baskerville";
10+
}
11+
12+
.article h1, .article h2, .article h3, .article h4, .article h5 {
13+
text-align: center;
14+
}
15+
16+
.article mjx-container {
17+
color: var(--text-normal);
18+
font-size: 1.2em;
19+
}

0 commit comments

Comments
 (0)