From 30f7577f913a847ac00532f5a013e9069152621e Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sat, 19 Jul 2025 15:56:13 +0200 Subject: [PATCH 1/2] fix: :bug: wrong processing of href attribute --- src/sebin/abilities.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/sebin/abilities.md b/src/sebin/abilities.md index 9030bc5..c89b08e 100644 --- a/src/sebin/abilities.md +++ b/src/sebin/abilities.md @@ -8,18 +8,18 @@ As a fire dragon, Sebin possesses a myriad of abilities that he can unleash upon ## Attacks - + The signature move of any fire dragon. Special glands in his mouth together with a deep, deliberate breath to enrich his lungs create a combustible cocktail. The resulting jet of fire upon exhaling is a torrent of several hundred degrees Celsius, scorching everything in its wake. - + When there isn't a direct line of sight between Sebin and his opponent, he can spit fire into his hands and shape it into a throwable projectile. His scales are naturally fireproof, allowing him to withstand the intense heat without flinching. Even if he misses his target, the resulting blast upon impact is enough to cause considerable damage alone—especially when he combines two projectiles to increase the explosion radius. - + Sebin's fists become instruments of destruction when he engulfs them in his flames. Targeted blows are capable of inflicting agonizing burns on his opponents. He can also release controlled blasts of fire from his fists, unleashing smoldering waves of heat to scorch and disorient his foes. - + This aerial attack is a masterpiece of Sebin's pyromancy skills. By engulfing himself in flames while spinning at breakneck speeds in mid-air, he creates a whirling vortex of fire that can singe even the most elusive opponents. Those who dare to face him in the skies will soon find themselves caught in the maelstrom of his most fearsome attack. From 970205c88197ef0d1edca59ffbd0a2346ff3228c Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sat, 19 Jul 2025 15:58:36 +0200 Subject: [PATCH 2/2] fix: :lipstick: add box-shadow to analytics banner for better visual clarity --- src/components/analytics-banner.webc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/analytics-banner.webc b/src/components/analytics-banner.webc index 9e17d52..8e079a6 100644 --- a/src/components/analytics-banner.webc +++ b/src/components/analytics-banner.webc @@ -54,6 +54,8 @@ var(--clr-box-gradient-end) 50% ); + box-shadow: 0.125em 0.125em 0.75em 0.25em var(--clr-box-shadow); + margin: 1em; border: none; border-radius: 1em;