Refactor styles: move styles to add.scss and link in custom-head.html

This commit is contained in:
Fundor333
2025-05-15 01:17:30 +02:00
parent 742ebd509c
commit 0294f6f247
4 changed files with 16 additions and 5 deletions

11
assets/sass/add.scss Normal file
View File

@@ -0,0 +1,11 @@
.author {
margin: 0;
}
.page-content {
a[target="_blank"] {
&::after {
content: none;
}
}
}