diff options
-rw-r--r-- | style.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/style.css b/style.css index 51f1e72..a8101a2 100644 --- a/style.css +++ b/style.css | |||
@@ -87,10 +87,13 @@ aside li { | |||
87 | list-style: none; | 87 | list-style: none; |
88 | } | 88 | } |
89 | 89 | ||
90 | .fresh table, | 90 | .fresh { |
91 | aside .fresh { | ||
92 | font-weight: bold; | 91 | font-weight: bold; |
93 | } | 92 | } |
93 | .fresh nav, | ||
94 | .stale { | ||
95 | font-weight: normal; | ||
96 | } | ||
94 | 97 | ||
95 | a { | 98 | a { |
96 | display: block; | 99 | display: block; |