aboutsummaryrefslogtreecommitdiff
path: root/www/assets/res/css/article.css
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-06-15 18:37:14 +0800
committerYuqian Yang <crupest@crupest.life>2025-06-15 18:37:14 +0800
commit6e2cfec16aa1481ac73317f6b7b29d7733a1a42d (patch)
tree968de73b449a97c3b3fe3e8e47ce152c06510a38 /www/assets/res/css/article.css
parentf2549905c848bcad28cb1f32373aed9cdcb43921 (diff)
downloadcrupest-6e2cfec16aa1481ac73317f6b7b29d7733a1a42d.tar.gz
crupest-6e2cfec16aa1481ac73317f6b7b29d7733a1a42d.tar.bz2
crupest-6e2cfec16aa1481ac73317f6b7b29d7733a1a42d.zip
www: update article preview sep.
Diffstat (limited to 'www/assets/res/css/article.css')
-rw-r--r--www/assets/res/css/article.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/assets/res/css/article.css b/www/assets/res/css/article.css
index 9629597..86ecdb7 100644
--- a/www/assets/res/css/article.css
+++ b/www/assets/res/css/article.css
@@ -2,9 +2,6 @@
font-size: 0.95em;
padding-inline: 0.5em;
padding-block: 0.5em;
- margin-block-end: 0.5em;
- border-radius: 3px;
- background-color: hsl(33, 100%, 98%);
& > p {
font-size: 0.9em;
@@ -21,7 +18,6 @@
& > .date {
font-size: small;
float: right;
- margin-inline-end: 1.5em;
color: hsl(0, 0%, 25%);
}
@@ -40,3 +36,8 @@ html[data-theme="dark"] {
}
}
}
+
+hr.article-preview-hr {
+ border: none;
+ border-top: 1.5px dashed currentColor;
+}