aboutsummaryrefslogtreecommitdiff
path: root/assets/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/default.css')
-rw-r--r--assets/css/default.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 319a2da..e62e569 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1460,20 +1460,25 @@ web-ring a[href^="http"]:hover {
text-decoration: underline;
}
+web-ring header {
+ font-weight: 700;
+}
+
web-ring time {
font-variant: small-caps;
color: #444;
color: var(--fade);
}
-web-ring header {
- font-weight: 700;
-}
-
web-ring p {
margin-bottom: 0 !important;
}
+web-ring p,
+web-ring time {
+ display: inline;
+}
+
web-ring-item:not(:last-child) {
margin-bottom: 2rem;
display: block;