From 60dc6298deb9188f1b7ebe151d484ec29461592a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 23 Jul 2022 23:22:17 -0500 Subject: Restyle --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 975d177..51f1e72 100644 --- a/style.css +++ b/style.css @@ -32,6 +32,7 @@ nav, footer { font-size: 80%; text-align: right; + flex-grow: 1; } footer { @@ -71,6 +72,11 @@ tr:nth-child(even), { background: white; } + +tr:nth-child(even):last-child { + border-bottom: #eee; +} + tr:nth-child(odd), #feedlist li:nth-child(odd) { @@ -162,6 +168,9 @@ footer a:link { { background: black; } + tr:nth-child(even):last-child { + border-bottom: #222; + } tr:nth-child(odd), #feedlist li:nth-child(odd) { -- cgit 1.4.1-21-gabe81