1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

fix: add color-scheme to themes

This commit is contained in:
Ryan Cao 2023-02-06 12:58:23 +08:00 committed by GitHub
parent a44ba4abcb
commit 8d51fd8ff5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 0 deletions

View file

@ -116,3 +116,7 @@
--counter-color: #666;
}
html {
color-scheme: light;
}