8 lines
78 B
SCSS
8 lines
78 B
SCSS
.page-content {
|
|
a[target="_blank"] {
|
|
&::after {
|
|
content: none;
|
|
}
|
|
}
|
|
}
|