Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ribice/kiss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmir Ribić <ribice@gmail.com>2019-10-28 17:39:23 +0300
committerGitHub <noreply@github.com>2019-10-28 17:39:23 +0300
commit689e0d7a9e47fb7e97092cf2754fbb6216cfda11 (patch)
treede10daaf0fda2459cbd41c7e7d9759bd320a52dd
parentc884d50865d8bc08cbe9e643c4a8543f8ccd090e (diff)
parent962bf11028d895e40520bc18cb6dee28c455c553 (diff)
fixed the syntax highlighting done by chroma (#79)
fixed the syntax highlighting done by chroma
-rw-r--r--static/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 4688229..d18925f 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -174,6 +174,11 @@ pre code {
color: #42464c;
}
+code[data-lang] {
+ background-color: inherit;
+ color: inherit;
+}
+
*,
:after,
:before {