From 228811363d9f48f032a46d177869e378d10b17c7 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Mon, 3 Mar 2025 23:29:38 +0800 Subject: feat(www): hurd and todos. --- www/assets/home.css | 79 ----------------------------------------------------- 1 file changed, 79 deletions(-) delete mode 100644 www/assets/home.css (limited to 'www/assets/home.css') diff --git a/www/assets/home.css b/www/assets/home.css deleted file mode 100644 index 1db357e..0000000 --- a/www/assets/home.css +++ /dev/null @@ -1,79 +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; -} - -#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; -} - -#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); - } -} \ No newline at end of file -- cgit v1.2.3