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 | 15394615d468b256f2348a35faacb37468290137 (patch) | |
tree | b72f608592b035c7adeb679e3850c612553cd50e /www/assets/real-home.css | |
parent | 6f46e10fa0227263e900035c5c27fa7fba3eb717 (diff) | |
download | crupest-15394615d468b256f2348a35faacb37468290137.tar.gz crupest-15394615d468b256f2348a35faacb37468290137.tar.bz2 crupest-15394615d468b256f2348a35faacb37468290137.zip |
feat(www): update page and use hugo image.
Diffstat (limited to 'www/assets/real-home.css')
-rw-r--r-- | www/assets/real-home.css | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/www/assets/real-home.css b/www/assets/real-home.css deleted file mode 100644 index 83c865b..0000000 --- a/www/assets/real-home.css +++ /dev/null @@ -1,61 +0,0 @@ -#slogan { - position: sticky; - z-index: 1; - top: 0; -} - -#title-name { - font-family: monospace; - color: var(--bg-color); - background-color: var(--fg-color); -} - -#avatar { - float: right; -} - -#recent-posts { - margin-block-end: 1.5em; -} - -#friends-container { - display: flex; - gap: 1em; -} - -.friend { - flex-grow: 0; - text-align: center; -} - -.friend a { - font-family: unset; -} - -.friend-avatar { - object-fit: cover; -} - -.friend-github { - width: 1em; - vertical-align: middle; - margin-right: -0.5em; -} - -.friend-tag { - font-size: 0.8em; -} - -.citation { - margin: auto; -} - -.citation figcaption { - text-align: right; -} - -html[data-theme="dark"] { - & .friend-github { - filter: invert(1); - } -} |