Last Sync: 2026-03-19 05:02 (Mobile)

This commit is contained in:
2026-03-19 05:02:44 +09:00
parent 329948dd63
commit e9242535f1
68 changed files with 27254 additions and 4928 deletions

24
.obsidian/snippets/css vendored Normal file
View File

@@ -0,0 +1,24 @@
/* @settings
name: Your Section Name Here
id: a-unique-id
settings:
-
id: my-title
title: My Settings
type: heading
level: 3
-
id: accent
title: Accent Color
type: variable-color
format: hsl-split
default: '#007AFF'
-
id: text
title: UI font
description: Font used for the user interface
type: variable-text
default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
*/