ab.ncvp.me

an Astro site with mainly posts

Styling

Posted on 7th May 2026 at 08:30 by Jimmy


Styling within Astro

<style> vs <style is:global> in Astro components

Global CSS

I’m still exploring global stylesheet vs. <style> and <style is:global> within Astro files

<ul>

I’ve added src/styles/astro-blog.css including ul {list-style-type:disc;} and included this in Layout.astro.
I never want the alternating bullet, circle square default.

This Astro file path: src/content/blog/styling.md

Categories: dev test Tags:

Rendered by src/pages/blog/[slug].astro