feat: improved inlince code styling

This commit is contained in:
2025-09-18 11:41:41 +02:00
parent 31a6fe1a99
commit be8731e48e

View File

@@ -26,11 +26,21 @@ body {
text-align: justify;
}
code {
background: var(--rp-moon-base);
padding: 3px;
border-radius: 0.5rem;
}
pre {
background: var(--rp-moon-base);
border-radius: 0.5rem;
}
pre code{
padding:0px;
}
a {
color: var(--rp-moon-iris);
text-decoration: none;