Skip to content

Commit 327914a

Browse files
style: use padronized comment style on css files
Co-authored-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Signed-off-by: David Lima <antdavidlima@gmail.com>
1 parent eba6c97 commit 327914a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css/style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/* SPDX-FileCopyrightText: 2025 LibreCode coop and contributors */
2-
/* SPDX-License-Identifier: AGPL-3.0-or-later */
1+
/**
2+
* SPDX-FileCopyrightText: 2025 LibreCode coop and contributors
3+
* SPDX-License-Identifier: AGPL-3.0-or-later
4+
*/
35

46
.icon-extract {
57
background-image: url("../img/extracticon.svg");

0 commit comments

Comments
 (0)