Skip to content

Commit 8b08989

Browse files
committed
increase list font size
1 parent 4f9a851 commit 8b08989

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/stylesheets/readability-enhancements.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,3 +251,11 @@ article details summary:focus-visible,
251251
outline: 2px solid var(--ring, #3b82f6);
252252
outline-offset: 2px;
253253
}
254+
255+
/* ========================================
256+
Ordered List Styling
257+
======================================== */
258+
259+
article ol > li {
260+
font-size: 20px;
261+
}

0 commit comments

Comments
 (0)