diff options
Diffstat (limited to 'static/chroma.css')
-rw-r--r-- | static/chroma.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/chroma.css b/static/chroma.css index 7157d04..b819e7b 100644 --- a/static/chroma.css +++ b/static/chroma.css @@ -1,3 +1,8 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-only + * SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + */ + @media (prefers-color-scheme: light) { /* Background */ .bg { ; } /* PreWrapper */ .chroma { ; } |