the home site for me: also iteration 3 or 4 of my site

style: enhance citation styling with right alignment and bold font weight

Changed files
+7 -2
sass
css
+7 -2
sass/css/suCSS.css
···
font-style: italic;
}
-
cite {
font-size: 0.875rem;
color: var(--text-light);
-
font-style: normal;
}
dt {
···
font-style: italic;
}
+
p:has(cite) {
+
text-align: right;
font-size: 0.875rem;
color: var(--text-light);
+
font-weight: 600;
+
}
+
+
cite::before {
+
content: "— ";
}
dt {