diff --git a/tonecn/src/views/BlogContent.vue b/tonecn/src/views/BlogContent.vue
index 7e9a57b..0c346d6 100644
--- a/tonecn/src/views/BlogContent.vue
+++ b/tonecn/src/views/BlogContent.vue
@@ -66,7 +66,7 @@ onMounted(async () => {
-
+
@@ -128,11 +128,11 @@ onMounted(async () => {
}
#blogContentContainer h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
+#blogContentContainer h2,
+#blogContentContainer h3,
+#blogContentContainer h4,
+#blogContentContainer h5,
+#blogContentContainer h6 {
border-bottom: 1px solid #ddd;
}
\ No newline at end of file