summaryrefslogtreecommitdiff
path: root/website/public/css/feed.css
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-18 19:21:59 +0100
committerJoe Carstairs <me@joeac.net>2026-06-18 19:21:59 +0100
commitca8e6824eaa711105f4092365792720c9dde026b (patch)
tree2b6493941352d11b799ee63d3f1311c13de649b8 /website/public/css/feed.css
parenta0f25057283a397f006127b6f582d190d2c4294e (diff)
remove Astro website
Diffstat (limited to 'website/public/css/feed.css')
-rw-r--r--website/public/css/feed.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/website/public/css/feed.css b/website/public/css/feed.css
deleted file mode 100644
index 39294be..0000000
--- a/website/public/css/feed.css
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Assumes there is at most one level of subheading for sub-dividing entries */
-.h-feed :is(h2, h3, h4, h5, h6) {
- margin-block-start: var(--spacing-block-md);
-}
-
-.h-feed .h-entry {
- display: flex;
- flex-direction: column;
-}
-
-.h-feed .h-entry + .h-entry {
- margin-block-start: var(--spacing-block-md);
-}
-
-.h-feed .h-entry > * {
- order: 1;
- margin: 0;
-}
-
-.h-feed .h-entry .dt-published {
- order: 0;
- font-size: var(--font-size-sm);
-}
-
-.h-feed .h-entry .p-name {
- font-size: var(--font-size-md);
- font-weight: 400;
-}
-
-.h-feed .full-feed-link {
- text-align: end;
-}
-
-.h-feed :is(a.full-feed-link, .full-feed-link a)::after {
- content: " >";
-}