forked from forgejo/forgejo
add highlight js
This commit is contained in:
parent
e44852ff79
commit
70e0153b93
9 changed files with 174 additions and 88 deletions
|
@ -659,11 +659,15 @@
|
|||
padding: 0;
|
||||
padding-top: 10px;
|
||||
box-shadow: none;
|
||||
* {
|
||||
> * {
|
||||
color: #666;
|
||||
}
|
||||
pre {
|
||||
word-wrap: break-word;
|
||||
.hljs {
|
||||
padding: 0;
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue