Skip to content

Commit 963b696

Browse files
committed
Site update
1 parent aaaacb0 commit 963b696

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

theme/css/selenized.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
}
7171
}
7272

73+
html {
74+
hanging-punctuation: first allow-end last;
75+
}
76+
7377
body {
7478
background-color: var(--background);
7579
color: var(--primary);
@@ -230,6 +234,12 @@ aside a {
230234
color: var(--secondary);
231235
}
232236

237+
blockquote {
238+
border-left: solid var(--primary);
239+
margin-left: -1em;
240+
padding-left: 1em;
241+
}
242+
233243
:not(pre) > code {
234244
color: var(--cyan);
235245
background-color: var(--highlight);

0 commit comments

Comments
 (0)