add <code> to the theme
This commit is contained in:
parent
fdac5ae0d1
commit
fdb4cc4b9d
1 changed files with 14 additions and 0 deletions
|
@ -31,3 +31,17 @@ a {
|
||||||
|
|
||||||
.two { grid-area: two; }
|
.two { grid-area: two; }
|
||||||
|
|
||||||
|
pre {
|
||||||
|
border: 1px solid #2d2d2d; /* Dark border for pre elements */
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 1em;
|
||||||
|
overflow-x: auto;
|
||||||
|
background: #151515; /* Darker background for code blocks */
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
background: #222; /* Slightly lighter background for inline code */
|
||||||
|
color: #f0f0f0; /* Light text for code */
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue