From 669afd52d8bd62cbb8996d5882f11dd093772ec8 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 18 Jul 2022 14:20:51 -0500 Subject: Add padding --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'style.css') 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) background: #aaa; } +aside a { + padding: 2px; +} + a { display: block; } a:link { @@ -63,7 +67,6 @@ a:link { color: black; } a:visited { - font-style: italic; color: inherit; } aside a:visited { font-style: normal; } -- cgit 1.4.1-21-gabe81