about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorCase Duckworth2022-07-24 07:02:04 -0500
committerCase Duckworth2022-07-24 07:02:04 -0500
commit004f520b22aa164a4b5976909c02e92c2f0519d3 (patch)
treed7a61699c7a19edb02a23095526fc2330b3f3a9e /style.css
parentRestyle (diff)
downloadsfeed-004f520b22aa164a4b5976909c02e92c2f0519d3.tar.gz
sfeed-004f520b22aa164a4b5976909c02e92c2f0519d3.zip
Fix fresh/stale styling
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
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 {
91aside .fresh {
92 font-weight: bold; 91 font-weight: bold;
93} 92}
93.fresh nav,
94.stale {
95 font-weight: normal;
96}
94 97
95a { 98a {
96 display: block; 99 display: block;