From b861527df4a00e6dec2141821f2c5a691a672440 Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Mon, 11 Nov 2024 13:26:11 +0000
Subject: [PATCH] feat: add animation
---
assets/scss/_content.scss | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/assets/scss/_content.scss b/assets/scss/_content.scss
index c5f68ff..ea70212 100644
--- a/assets/scss/_content.scss
+++ b/assets/scss/_content.scss
@@ -13,6 +13,7 @@
max-height: 100vh;
background-color: #0b1c2f;
font-family: Inter, sans-serif;
+ animation: $animation-name $animation-duration;
}
.leftcontent {
--
Gitblit v1.10.0