Add link styles and update image metadata files

This commit is contained in:
Fundor333
2025-08-04 17:35:38 +02:00
parent 02338fd2c5
commit 233b610f7e
11 changed files with 22 additions and 3 deletions

View File

@@ -6,3 +6,4 @@
@import "menu";
@import "media";
@import "mastodon";
@import "link";

7
assets/sass/link.scss Normal file
View File

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