style(changelog): make page styles global

This commit is contained in:
2026-05-20 21:10:44 +02:00
parent 11ee095c95
commit 7d43bd6ffb
+1 -1
View File
@@ -1165,7 +1165,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
}); });
</script> </script>
<style> <style is:global>
/* Changelog Page Specific Styles */ /* Changelog Page Specific Styles */
/* Hero */ /* Hero */