1
1
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:
Divlo
2022-02-22 21:19:42 +01:00
parent 729e540d04
commit 0e0036b737
35 changed files with 16881 additions and 1899 deletions

View File

@ -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;