From bd9ec8459944bea0195e9e9c4c199599763ad541 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 26 Jan 2024 18:27:01 -0800 Subject: more media queries --- style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 8234b7f..bb8a521 100644 --- a/style.css +++ b/style.css @@ -208,4 +208,7 @@ pre.src-stem:before { margin-left: 200px; font-size: 20px; } + #table-of-contents ul a { + font-size: 25px; + } } -- cgit