mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding dark theme to Goodies.
This commit is contained in:
parent
8ca81a61da
commit
fa78b434f9
1 changed files with 12 additions and 0 deletions
|
@ -36,6 +36,18 @@ _.extend(NEWSBLUR.ReaderGoodies.prototype, {
|
|||
$.make('div', { className: 'NB-goodies-title' }, 'Add Site & Share Story Bookmarklet')
|
||||
]),
|
||||
|
||||
$.make('fieldset', [
|
||||
$.make('legend', 'Dark theme')
|
||||
]),
|
||||
$.make('div', { className: 'NB-goodies-group NB-modal-submit' }, [
|
||||
$.make('a', {
|
||||
className: 'NB-goodies-mobile-link NB-modal-submit-button NB-modal-submit-green',
|
||||
href: 'https://userstyles.org/styles/124890/newsblur-dark-theme-by-splike'
|
||||
}, 'Download the Dark Theme'),
|
||||
$.make('div', { className: 'NB-goodies-title' }, 'Dark theme for the web'),
|
||||
$.make('div', { className: 'NB-goodies-subtitle' }, 'Use the Stylish browser extension to install a user-contributed dark theme.')
|
||||
]),
|
||||
|
||||
$.make('fieldset', [
|
||||
$.make('legend', 'Mobile Apps for NewsBlur')
|
||||
]),
|
||||
|
|
Loading…
Add table
Reference in a new issue