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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsiya <parsiya@gmail.com>2018-04-15 22:32:11 +0300
committerparsiya <parsiya@gmail.com>2018-04-15 22:32:11 +0300
commit6f1088ffcdd4fbdab60d3fb3ad4325da43afc20f (patch)
tree1cce432263a6735fc5e7a68f9806f8bd29c0e409
parente97f9ec8822195d9484a28e16f3320b3834ef37c (diff)
Fix coloring and padding in Chroma code
-rwxr-xr-xstatic/css/hugo-octopress.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/static/css/hugo-octopress.css b/static/css/hugo-octopress.css
index c35f357..0bf5593 100755
--- a/static/css/hugo-octopress.css
+++ b/static/css/hugo-octopress.css
@@ -1301,7 +1301,8 @@ p pre code,
li pre code {
font-size: 1em !important;
background: none;
- border: none
+ border: none;
+ color: #93a1a1;
}
/* Fix codecaption and the new Chroma highlighter */
@@ -1933,7 +1934,7 @@ figure a {
/* Background */ .chroma { color: #93a1a1; background-color: #002b36 }
/* Other */ .chroma .x { color: #cb4b16 }
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
-/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
+/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; display: block; }
/* LineHighlight */ .chroma .hl { display: block; width: 100%; }
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em; }
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em; }