mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-29 22:37:44 +02:00
feat: add Curriculum vitae
This commit is contained in:
@ -23,12 +23,16 @@
|
||||
@apply mt-1 text-gray dark:text-gray-dark;
|
||||
}
|
||||
|
||||
.prose code {
|
||||
.prose code:not(.hljs) {
|
||||
color: hsl(286, 60%, 67%);
|
||||
}
|
||||
|
||||
code[class*='language-'],
|
||||
pre[class*='language-'] {
|
||||
.prose pre {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.prose pre code {
|
||||
border-radius: 10px;
|
||||
}
|
||||
.hljs {
|
||||
white-space: pre-wrap !important;
|
||||
word-break: break-word !important;
|
||||
word-wrap: normal;
|
||||
|
Reference in New Issue
Block a user