about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-07-23 23:22:17 -0500
committerCase Duckworth2022-07-23 23:22:17 -0500
commit60dc6298deb9188f1b7ebe151d484ec29461592a (patch)
tree8b926bf3d67cb9f494e9de1df8d41f768b588513
parentAdd class to feed sections (diff)
downloadsfeed-60dc6298deb9188f1b7ebe151d484ec29461592a.tar.gz
sfeed-60dc6298deb9188f1b7ebe151d484ec29461592a.zip
Restyle
-rw-r--r--style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css index 975d177..51f1e72 100644 --- a/style.css +++ b/style.css
@@ -32,6 +32,7 @@ nav,
32footer { 32footer {
33 font-size: 80%; 33 font-size: 80%;
34 text-align: right; 34 text-align: right;
35 flex-grow: 1;
35} 36}
36 37
37footer { 38footer {
@@ -71,6 +72,11 @@ tr:nth-child(even),
71{ 72{
72 background: white; 73 background: white;
73} 74}
75
76tr:nth-child(even):last-child {
77 border-bottom: #eee;
78}
79
74tr:nth-child(odd), 80tr:nth-child(odd),
75#feedlist li:nth-child(odd) 81#feedlist li:nth-child(odd)
76{ 82{
@@ -162,6 +168,9 @@ footer a:link {
162 { 168 {
163 background: black; 169 background: black;
164 } 170 }
171 tr:nth-child(even):last-child {
172 border-bottom: #222;
173 }
165 tr:nth-child(odd), 174 tr:nth-child(odd),
166 #feedlist li:nth-child(odd) 175 #feedlist li:nth-child(odd)
167 { 176 {