]> git.za3k.com Git - za3k.git/commitdiff
Style
authorZachary Vance <za3k@za3k.com>
Mon, 17 Jul 2023 17:07:17 +0000 (13:07 -0400)
committerZachary Vance <za3k@za3k.com>
Mon, 17 Jul 2023 17:07:17 +0000 (13:07 -0400)
blog.md
markdown.css

diff --git a/blog.md b/blog.md
index 529da84485c6be62c9b68b05a34149550aec08a4..5c844b810738399fd9f8c9f6ca8e76bce57eb077 100644 (file)
--- 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;
index 3747e43ca5be5c928e96e4e4b110487680fbfd32..0545e257440d6454932e2476830cabe444d7c0d9 100644 (file)
@@ -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;
 }