feat: add article page

This commit is contained in:
Solomon Victorino
2024-06-23 16:38:53 -06:00
parent 941cafc664
commit 0ced2495ee
10 changed files with 279 additions and 34 deletions

19
style/article.css Normal file
View File

@ -0,0 +1,19 @@
#article-body {
line-height: 1.75;
}
#metadata, #article-subtitle, #article-date {
color: #333;
}
.dark #metadata, .dark #article-subtitle, .dark #article-date {
color: #ccc;
}
.dark #article-title {
color: #eee;
}
.dark #article-body {
color: #eee;
}