mirror of
https://github.com/thomiceli/opengist.git
synced 2025-06-23 10:17:58 +02:00
Syntax highlighting + fix escaping in Markdown code (#29)
This commit is contained in:
6
public/style.css
vendored
6
public/style.css
vendored
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user