Update readme
This commit is contained in:
parent
e0a5a59640
commit
aacd4f0dc4
@ -20,6 +20,7 @@ Features
|
|||||||
- Keyboard shortcuts
|
- Keyboard shortcuts
|
||||||
- Basic bookmarks
|
- Basic bookmarks
|
||||||
- Translated in English, French, German, Italian and Simplified Chinese
|
- Translated in English, French, German, Italian and Simplified Chinese
|
||||||
|
- Themes
|
||||||
|
|
||||||
Todo and known bugs
|
Todo and known bugs
|
||||||
-------------------
|
-------------------
|
||||||
@ -42,7 +43,7 @@ People who sent one or many pull-requests:
|
|||||||
|
|
||||||
- André Kelpe: https://github.com/fs111
|
- André Kelpe: https://github.com/fs111
|
||||||
- Ayodio: https://github.com/ayodio
|
- Ayodio: https://github.com/ayodio
|
||||||
- Chris Lemonier
|
- Chris Lemonier: https://github.com/chrislemonier
|
||||||
- Derjus: https://github.com/derjus
|
- Derjus: https://github.com/derjus
|
||||||
- Eauland: https://github.com/eauland
|
- Eauland: https://github.com/eauland
|
||||||
- Félix: https://github.com/dysosmus
|
- 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.
|
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!**
|
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 :)
|
It would be awesome for everybody :)
|
||||||
|
|
||||||
|
### List of themes:
|
||||||
|
|
||||||
|
- Original theme
|
||||||
|
- Midnight By Luca Marra (dark theme)
|
@ -52,6 +52,12 @@ a:hover {
|
|||||||
color: #efefef;
|
color: #efefef;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.item nav span,
|
||||||
|
.item nav a,
|
||||||
|
.item nav a:visited {
|
||||||
|
color: #bbb;
|
||||||
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user