From d70971414f600f9643fc282b6b39281778a9090e Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Mon, 17 Jul 2023 13:07:17 -0400 Subject: [PATCH] Style --- blog.md | 4 ++++ markdown.css | 7 +++++++ 2 files changed, 11 insertions(+) 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; } -- 2.47.3