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

View File

@ -1,4 +1,4 @@
.annotation #iframed-link {
#iframed-link {
font-weight: 500;
background-color: #ffcd38;
padding: 2px 6px;

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;
}