Add weeknote styles and integrate anchor.js for improved navigation

This commit is contained in:
Fundor333
2025-08-04 18:21:10 +02:00
parent 233b610f7e
commit bca3d31d20
8 changed files with 34 additions and 4 deletions

View File

@@ -7,3 +7,4 @@
@import "media";
@import "mastodon";
@import "link";
@import "weeknote";

View File

@@ -0,0 +1,5 @@
.weeknote {
img {
width: 140px;
}
}