feat: add article page
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
.annotation #iframed-link {
|
||||
#iframed-link {
|
||||
font-weight: 500;
|
||||
background-color: #ffcd38;
|
||||
padding: 2px 6px;
|
||||
|
19
style/article.css
Normal file
19
style/article.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user