aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Website/scripts/main.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/Website/scripts/main.ts b/Website/scripts/main.ts
index 0f339a6..f34e2ef 100644
--- a/Website/scripts/main.ts
+++ b/Website/scripts/main.ts
@@ -15,6 +15,7 @@ class Article {
link.setAttribute('href', article_link);
this.Image.setAttribute('src', image_link);
this.Image.setAttribute('title', description);
+ this.Container.className = "Frame";
// make unit
this.Title.appendChild(link);