diff options
-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; } |