feat: enhance BlogPost component with dedent function, update styles, and improve content formatting

This commit is contained in:
2025-05-23 09:49:37 +02:00
parent 142772a08a
commit 4cc133fffa
4 changed files with 56 additions and 44 deletions
+1 -2
View File
@@ -142,7 +142,6 @@
.postContent a {
color: $accent-fire;
text-decoration: none;
border-bottom: 1px dotted $accent-fire;
transition: all 0.3s ease;
}
@@ -439,7 +438,7 @@
border: 1px solid $card-border;
border-radius: 4px;
padding: 12px 15px;
color: $text-light;
color: $text-light !important;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
resize: vertical;
transition: all 0.3s ease;