mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-26 18:10:01 +00:00
feat: update code block styles
This commit is contained in:
parent
304d585c45
commit
b74d234274
1 changed files with 7 additions and 0 deletions
|
|
@ -143,6 +143,7 @@
|
|||
--text-color-light: #657b83;
|
||||
--link-color: #9ca0ed;
|
||||
--link-hover-color: #cccfff;
|
||||
--inline-code-color: #49a8f5;
|
||||
--font-size-m: 18px;
|
||||
}
|
||||
|
||||
|
|
@ -188,6 +189,12 @@ a:hover {
|
|||
font-size: 16px;
|
||||
}
|
||||
|
||||
p > code {
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
color: var(--inline-code-color);
|
||||
}
|
||||
|
||||
/* Fix responsiveness issues with generated diagrams */
|
||||
.diagram img {
|
||||
max-width: 100% !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue