diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2024-01-02 01:31:02 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2024-01-02 01:31:02 +0000 |
| commit | 8ebd38931346d1ab6732de5d9e96e574b0cea77b (patch) | |
| tree | 1fbb273ac115747dde3d88dfcb7eee7080e02d94 /src/static/external/news.ycombinator.com.css | |
| parent | cb206634e736249a9fe32ac57c11c5684e9abefc (diff) | |
| download | submelon.dev-8ebd38931346d1ab6732de5d9e96e574b0cea77b.tar.gz submelon.dev-8ebd38931346d1ab6732de5d9e96e574b0cea77b.tar.bz2 submelon.dev-8ebd38931346d1ab6732de5d9e96e574b0cea77b.zip | |
external/*.css: Add comments
Diffstat (limited to 'src/static/external/news.ycombinator.com.css')
| -rw-r--r-- | src/static/external/news.ycombinator.com.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/external/news.ycombinator.com.css b/src/static/external/news.ycombinator.com.css index 43c99ab..9480edc 100644 --- a/src/static/external/news.ycombinator.com.css +++ b/src/static/external/news.ycombinator.com.css @@ -4,6 +4,8 @@ * * I am not sure where I got these specific styles from or how much I tweaked them. * Provides system/"auto" dark theme and keeps the default light theme when applicable. + * + * You can use a browser extension like "Custom Style Script" to link this stylesheet. */ @media (prefers-color-scheme: dark) { |
