From bb8e3467f6797ccdf8f98f97485134de3018b9d3 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 3 Mar 2025 21:18:19 +0800 Subject: Add SPDX license headers to Makefile, SQL, and CSS --- static/chroma.css | 5 +++++ static/style.css | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'static') 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 + */ + @media (prefers-color-scheme: light) { /* Background */ .bg { ; } /* PreWrapper */ .chroma { ; } diff --git a/static/style.css b/static/style.css index 693d459..5954b10 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,8 @@ +/* + * SPDX-License-Identifier: AGPL-3.0-only + * SPDX-FileContributor: Runxi Yu + */ + /* Base styles and variables */ html { font-family: sans-serif; -- cgit v1.2.3