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

هذا الالتزام موجود في:
Thomas Miceli
2023-05-07 18:54:09 +02:00
ملتزم من قبل GitHub
الأصل 1f74affde4
التزام 089d321898
2 ملفات معدلة مع 20 إضافات و5 حذوفات

6
public/style.css مباع
عرض الملف

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