svg preview renderer

This commit is contained in:
zack 2024-10-26 21:41:22 -04:00
parent 43a8412f06
commit faa9599849
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
29 changed files with 1027 additions and 254 deletions

View file

@ -3,3 +3,12 @@
@import "tailwindcss/utilities";
/* This file is for your main application CSS */
code .highlighted {
@apply bg-ctp-mauve/10;
transition:background-color .5s;
margin:0 -24px;
padding:0 24px;
width:calc(100% + 48px);
display:inline-block
}