Refactor styles: move styles to add.scss and link in custom-head.html
This commit is contained in:
11
assets/sass/add.scss
Normal file
11
assets/sass/add.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
.author {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.page-content {
|
||||
a[target="_blank"] {
|
||||
&::after {
|
||||
content: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user