From c07fa79f178e27ef16aeda15634555c60b6b695e Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Sat, 16 Dec 2023 19:06:36 -0600 Subject: completed tic tact toe blog. --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index ea2eba7..fad5100 100644 --- a/style.css +++ b/style.css @@ -79,6 +79,13 @@ ul { font-weight: bold; } +ul.projects-blog { + color: var(--foreground-theme-color); + margin-left: 2em; + font-size: 1em; + font-weight: normal; +} + li { text-indent: 0em; font-size: 1rem; -- cgit v1.2.3