diff options
author | Case Duckworth | 2022-07-18 14:20:51 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-18 14:20:51 -0500 |
commit | 669afd52d8bd62cbb8996d5882f11dd093772ec8 (patch) | |
tree | f85d7b81326637711c9751eaa51abfa43ec82c93 | |
parent | Add Youtube channels (diff) | |
download | sfeed-669afd52d8bd62cbb8996d5882f11dd093772ec8.tar.gz sfeed-669afd52d8bd62cbb8996d5882f11dd093772ec8.zip |
Add padding
-rw-r--r-- | style.css | 5 |
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 | ||
59 | aside a { | ||
60 | padding: 2px; | ||
61 | } | ||
62 | |||
59 | a { display: block; } | 63 | a { display: block; } |
60 | 64 | ||
61 | a:link { | 65 | a:link { |
@@ -63,7 +67,6 @@ a:link { | |||
63 | color: black; | 67 | color: black; |
64 | } | 68 | } |
65 | a:visited { | 69 | a:visited { |
66 | font-style: italic; | ||
67 | color: inherit; | 70 | color: inherit; |
68 | } | 71 | } |
69 | aside a:visited { font-style: normal; } | 72 | aside a:visited { font-style: normal; } |