feat: added rose pine theme from prism syntax

This commit is contained in:
2025-09-10 12:21:53 +02:00
parent 21da2114ac
commit eb4fe3b595
16 changed files with 567 additions and 79 deletions

View File

@@ -0,0 +1,10 @@
.blog-text{
border-radius: 0.5rem;
background: var(--rp-moon-surface);
box-shadow: 0px 0px 1rem 0px hsl(from var(--rp-moon-base) h s calc(l * 0.85));
margin: -1rem;
padding: 1rem;
}