about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorCase Duckworth2022-07-18 14:20:51 -0500
committerCase Duckworth2022-07-18 14:20:51 -0500
commit669afd52d8bd62cbb8996d5882f11dd093772ec8 (patch)
treef85d7b81326637711c9751eaa51abfa43ec82c93 /style.css
parentAdd Youtube channels (diff)
downloadsfeed-669afd52d8bd62cbb8996d5882f11dd093772ec8.tar.gz
sfeed-669afd52d8bd62cbb8996d5882f11dd093772ec8.zip
Add padding
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/style.css b/style.css index abe4799..58a6e47 100644 --- a/style.css +++ b/style.css
@@ -56,6 +56,10 @@ tr:nth-child(odd)
56 background: #aaa; 56 background: #aaa;
57} 57}
58 58
59aside a {
60 padding: 2px;
61}
62
59a { display: block; } 63a { display: block; }
60 64
61a:link { 65a:link {
@@ -63,7 +67,6 @@ a:link {
63 color: black; 67 color: black;
64} 68}
65a:visited { 69a:visited {
66 font-style: italic;
67 color: inherit; 70 color: inherit;
68} 71}
69aside a:visited { font-style: normal; } 72aside a:visited { font-style: normal; }