mirror of
https://github.com/calofmijuck/blog.git
synced 2025-12-06 22:53:51 +00:00
11 lines
127 B
SCSS
11 lines
127 B
SCSS
---
|
|
---
|
|
|
|
@import '{{ site.theme }}';
|
|
|
|
/* append your custom style below */
|
|
|
|
footer p:last-child::before {
|
|
content: none;
|
|
}
|