From f6b629ded440d9a8f5eec06bb6aa42937afbb271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=BD=B2=E6=A5=A0?= Date: Sat, 31 Jan 2026 19:23:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86tittle=E5=92=8CTittl?= =?UTF-8?q?e=E7=B1=BB=E4=BD=9C=E4=B8=BA=E5=B0=8F/=E5=A4=A7=E6=A0=87?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .obsidian/snippets/math-note.css | 11 +++++++++++ 笔记美观计划.md | 4 ++++ 2 files changed, 15 insertions(+) diff --git a/.obsidian/snippets/math-note.css b/.obsidian/snippets/math-note.css index 02a71a8..db18c88 100644 --- a/.obsidian/snippets/math-note.css +++ b/.obsidian/snippets/math-note.css @@ -12,3 +12,14 @@ --callout-color: 181,230,29; --callout-icon: lucide-calculator; } + +.tittle{ + font-weight: bold; + text-align: center; +} + +.Tittle{ + font-weight: bold; + text-align: center; + font-size:24px; +} \ No newline at end of file diff --git a/笔记美观计划.md b/笔记美观计划.md index edd8ef2..7c24273 100644 --- a/笔记美观计划.md +++ b/笔记美观计划.md @@ -12,4 +12,8 @@ 'solution':这是一个专为解析设置的颜色块(姑且让我这么叫它)!调用方法与 example 等一样。如: >[!solution] 解析示例 +'tittle': 小标题,居中加粗,如:
这是一个小标题
+ +'Tittle':大标题,居中加粗放大,如:
这是一个大标题
+ 还在等什么呢,快去多学点前端的知识让我们的笔记更加漂亮吧!(雾) \ No newline at end of file