This commit is contained in:
Tomasz Borychowski
2021-08-11 10:00:33 +01:00
parent addef53113
commit e815b30d67
5 changed files with 99 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ Default login is `wallabag`:`wallabag`.
#### [A hack to get the dark theme](https://github.com/wallabag/wallabag/issues/1521#issuecomment-720541571):
1. Create a file `material.css` containing the original material theme CSS + the CSS provided by @STaRDoGG (in the link above) - [material.css.zip](material.css.zip).
1. Create a file `material.css` containing the original material theme CSS + the CSS provided by @STaRDoGG (in the link above) - [material.css.zip](wallabag-material.css.zip).
2. In docker-compose mount the file like so:
```yml
- ./material.css:/var/www/wallabag/web/wallassets/material.css