feat: improved inlince code styling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user