From 9e4e8cc2afd94d2a89c2faf55066f50726eb12a0 Mon Sep 17 00:00:00 2001 From: Eggry Ran Date: Sun, 12 Nov 2023 03:30:55 +0800 Subject: [PATCH] Fix the style of details and summary --- activity.md | 8 ++++---- assets/css/style.scss | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/activity.md b/activity.md index 973931d..6474b95 100644 --- a/activity.md +++ b/activity.md @@ -9,7 +9,7 @@ license: CC0 [推曲表格](vocal-grid-2023summer/simple.jpg) \| [在线填写](vocal-grid-2023summer/) -
+
主题列表 @@ -49,7 +49,7 @@ license: CC0 维护者:[@某科学的雷神机关枪](https://space.bilibili.com/67946083) -
+
2023年09月 @@ -63,7 +63,7 @@ license: CC0
-
+
2023年10月 @@ -104,7 +104,7 @@ license: CC0
-
+
2023年11月 diff --git a/assets/css/style.scss b/assets/css/style.scss index 5174cf8..c61209e 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -64,4 +64,8 @@ font-weight: normal; color: $section-headings-color; } +details > summary { + display: list-item; +} + @import "{{ site.theme }}"; \ No newline at end of file