sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit 7228305a7640f3db16eb4d986b70dcdf63feb323
parent 91bfb21a6c192498bbc032fd4b46d2090382572b
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat,  2 May 2020 16:59:35 +0200

style.css: sort attribute

Diffstat:
Mstyle.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style.css b/style.css @@ -1,6 +1,6 @@ body { - color: #333; background-color: #fff; + color: #333; font-family: monospace; font-size: 9pt; margin: 0;