summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-12-16 19:06:36 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2023-12-16 19:06:36 -0600
commitc07fa79f178e27ef16aeda15634555c60b6b695e (patch)
tree64523089937d929625d980785cd99bf2ad8ab047 /style.css
parentad8730894e0c43860299631dedadf4e027b814f3 (diff)
completed tic tact toe blog.
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 7 insertions, 0 deletions
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;