feat: added rose pine theme from prism syntax
This commit is contained in:
10
src/routes/blogs/style-blog.css
Normal file
10
src/routes/blogs/style-blog.css
Normal 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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user