diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-03 16:58:21 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-03 16:58:21 +0800 |
commit | f4f4a347e3dd40974fe707fe833bf2f4df7d05c3 (patch) | |
tree | 58e4c5e44088d428d294a96e234a5a582d014686 /www/assets | |
parent | d4ee89a4cdbbea634e7536c1c06d3ebbeff2cc9b (diff) | |
download | crupest-f4f4a347e3dd40974fe707fe833bf2f4df7d05c3.tar.gz crupest-f4f4a347e3dd40974fe707fe833bf2f4df7d05c3.tar.bz2 crupest-f4f4a347e3dd40974fe707fe833bf2f4df7d05c3.zip |
feat(www): update page and use hugo image.
Diffstat (limited to 'www/assets')
-rw-r--r-- | www/assets/home.css (renamed from www/assets/real-home.css) | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/www/assets/real-home.css b/www/assets/home.css index 83c865b..1db357e 100644 --- a/www/assets/real-home.css +++ b/www/assets/home.css @@ -14,6 +14,24 @@ float: right; } +#links { + font-family: monospace; + + margin-block-end: 1rem; + + > ul { + display: inline; + padding-inline-start: 0.5em; + >li { + display: inline; + + &::after { + content: " | "; + } + } + } +} + #recent-posts { margin-block-end: 1.5em; } @@ -58,4 +76,4 @@ html[data-theme="dark"] { & .friend-github { filter: invert(1); } -} +}
\ No newline at end of file |