Skip to content

Commit 950d824

Browse files
committed
chore: reuse annotations
1 parent 68e46bc commit 950d824

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

web/.vitepress/theme/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2025 Linnea Gräf <[email protected]>
3+
*
4+
* SPDX-License-Identifier: GPL-3.0-or-later
5+
*/
6+
17
import DefaultTheme from 'vitepress/theme'
28
import './minecraft-hover.css'
39
import type { Theme } from 'vitepress/client';

web/.vitepress/theme/minecraft-hover.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2025 Linnea Gräf <[email protected]>
3+
*
4+
* SPDX-License-Identifier: GPL-3.0-or-later
5+
*/
16
@import 'tippy.js/dist/tippy.css';
27
@import 'tippy.js/themes/translucent.css';
38

@@ -27,4 +32,4 @@ code[fqfi]::after {
2732

2833
code[model]::after {
2934
content: "📐";
30-
}
35+
}

0 commit comments

Comments
 (0)