From: Zachary Vance Date: Mon, 17 Jul 2023 17:07:17 +0000 (-0400) Subject: Style X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=d70971414f600f9643fc282b6b39281778a9090e;p=za3k.git Style --- diff --git a/blog.md b/blog.md index 529da84..5c844b8 100644 --- a/blog.md +++ b/blog.md @@ -15,6 +15,10 @@ ul { margin-top: 4em; max-width: fit-content; } +li:nth-child(1) { + background-color: white; + border-color: lightgray; +} li { background-color: floralwhite; min-width: 30em; diff --git a/markdown.css b/markdown.css index 3747e43..0545e25 100644 --- a/markdown.css +++ b/markdown.css @@ -7,6 +7,12 @@ table { border-collapse: collapse; } +/* +tr:nth-child(even) { + background-color: #f0f0ff; +} +*/ + table { width: 100%; } @@ -26,4 +32,5 @@ img { li { margin: 8px 0 8px 0; + overflow: auto; }