From aacd4f0dc45b38c2b57bad215eedf704ecfdae08 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 19 Jul 2013 21:01:55 -0400 Subject: [PATCH] Update readme --- README.markdown | 10 ++++++++-- themes/midnight/css/app.css | 6 ++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 53a194a..ee07dfe 100644 --- a/README.markdown +++ b/README.markdown @@ -20,6 +20,7 @@ Features - Keyboard shortcuts - Basic bookmarks - Translated in English, French, German, Italian and Simplified Chinese +- Themes Todo and known bugs ------------------- @@ -42,7 +43,7 @@ People who sent one or many pull-requests: - André Kelpe: https://github.com/fs111 - Ayodio: https://github.com/ayodio -- Chris Lemonier +- Chris Lemonier: https://github.com/chrislemonier - Derjus: https://github.com/derjus - Eauland: https://github.com/eauland - Félix: https://github.com/dysosmus @@ -197,4 +198,9 @@ For a very basic theme example, have a look to the directory `examples\mytheme`. Miniflux use responsive design, so it's better if your theme can handle mobile devices. If you write a very cool theme for Miniflux, **send me your code to be available in the default installation!** -It would be awesome for everybody :) \ No newline at end of file +It would be awesome for everybody :) + +### List of themes: + +- Original theme +- Midnight By Luca Marra (dark theme) \ No newline at end of file diff --git a/themes/midnight/css/app.css b/themes/midnight/css/app.css index a66415a..7251e0a 100644 --- a/themes/midnight/css/app.css +++ b/themes/midnight/css/app.css @@ -52,6 +52,12 @@ a:hover { color: #efefef; } +.item nav span, +.item nav a, +.item nav a:visited { + color: #bbb; +} + blockquote { color: #999; }