diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-03 23:29:38 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-03 23:29:38 +0800 |
commit | 228811363d9f48f032a46d177869e378d10b17c7 (patch) | |
tree | 09de8983011d1e4da3b0acc2d8f472af0ae5070f /www/assets/partials/preview/article.css | |
parent | f4f4a347e3dd40974fe707fe833bf2f4df7d05c3 (diff) | |
download | crupest-228811363d9f48f032a46d177869e378d10b17c7.tar.gz crupest-228811363d9f48f032a46d177869e378d10b17c7.tar.bz2 crupest-228811363d9f48f032a46d177869e378d10b17c7.zip |
feat(www): hurd and todos.
Diffstat (limited to 'www/assets/partials/preview/article.css')
-rw-r--r-- | www/assets/partials/preview/article.css | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/www/assets/partials/preview/article.css b/www/assets/partials/preview/article.css deleted file mode 100644 index 9629597..0000000 --- a/www/assets/partials/preview/article.css +++ /dev/null @@ -1,42 +0,0 @@ -.article-preview { - 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; - line-height: 1.4; - margin-inline-start: 0.3em; - margin-block: 0; - } - - & > .title { - margin-block-start: 0; - margin-block-end: 0.3em; - } - - & > .date { - font-size: small; - float: right; - margin-inline-end: 1.5em; - color: hsl(0, 0%, 25%); - } - - & > .content { - overflow: hidden; - height: 3lh; - } -} - -html[data-theme="dark"] { - & .article-preview { - background-color: hsl(0, 0%, 3%); - - & > .date { - color: hsl(0, 0%, 75%); - } - } -} |