1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

add highlight js

This commit is contained in:
Unknwon
2015-08-27 23:58:50 +08:00
parent e44852ff79
commit 70e0153b93
9 changed files with 174 additions and 88 deletions

View File

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