diff options
Diffstat (limited to '_example/custom.css')
| -rw-r--r-- | _example/custom.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_example/custom.css b/_example/custom.css index 6f13a43..8bf831b 100644 --- a/_example/custom.css +++ b/_example/custom.css @@ -1,5 +1,7 @@ -// SPDX-FileCopyrightText: 2020 Shulhan <ms@kilabit.info> -// SPDX-License-Identifier: GPL-3.0-or-later +/** + * SPDX-FileCopyrightText: 2020 Shulhan <ms@kilabit.info> + * SPDX-License-Identifier: GPL-3.0-or-later + */ h1 { color: sienna; |
