From b74b7f8b4fedcb9fa74659b9f724b42dbb45ad7c Mon Sep 17 00:00:00 2001 From: Ryan Taylor Date: Fri, 2 Jun 2017 11:22:14 +0100 Subject: [PATCH] Upgraded highlight.js and fixed bug in override_code_highlight_bg setting. --- _template/index.html | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_template/index.html b/_template/index.html index a66770b..528e577 100644 --- a/_template/index.html +++ b/_template/index.html @@ -41,8 +41,8 @@ .ndpl-c-brand-ca a:hover { color: {{ theme.brand_color }} !important; } .ndpl-c-brand-cai a { color: {{ theme.brand_color }} !important; } - - + + @@ -300,7 +300,7 @@

{{ component.title }}

- + diff --git a/package.json b/package.json index 47d4317..e1795d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astrum", - "version": "1.9.3", + "version": "1.9.4", "description": "A lightweight pattern library designed to be included with any web project.", "main": "./manager/astrum.js", "scripts": {