diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-16 19:06:36 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-16 19:06:36 -0600 |
commit | c07fa79f178e27ef16aeda15634555c60b6b695e (patch) | |
tree | 64523089937d929625d980785cd99bf2ad8ab047 /style.css | |
parent | ad8730894e0c43860299631dedadf4e027b814f3 (diff) |
completed tic tact toe blog.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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; |