Syntax highlighting + fix escaping in Markdown code (#29)

This commit is contained in:
Thomas Miceli
2023-05-07 18:54:09 +02:00
committed by GitHub
parent 1f74affde4
commit 089d321898
2 changed files with 20 additions and 5 deletions

6
public/style.css vendored
View File

@ -99,8 +99,8 @@ pre {
max-height: 337px;
}
.hljs {
background: none !important;
.hljs{
color: #c9d1d9;
}
.line-code.selected {
@ -134,4 +134,4 @@ table.csv-table thead tr th {
table.csv-table tbody td {
@apply border py-1.5 px-1 border-slate-800;
}
}