feat: remove strange dash in footer

This commit is contained in:
2023-06-25 19:24:07 +09:00
parent cf6bbd8e65
commit 4ba8e261e4

10
assets/css/style.scss Normal file
View File

@@ -0,0 +1,10 @@
---
---
@import '{{ site.theme }}';
/* append your custom style below */
footer p:last-child::before {
content: none;
}