From 40a062aa54a4594c04f0085b74f050a239440d87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 11 Oct 2017 21:35:17 +0200 Subject: [PATCH] css: import also the pygments style to make things easy. --- css/m-dark.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/m-dark.css b/css/m-dark.css index 0dafc698..3e1f8dcf 100644 --- a/css/m-dark.css +++ b/css/m-dark.css @@ -1,5 +1,6 @@ @import url('m-grid.css'); @import url('m-components.css'); +@import url('pygments-dark.css'); :root { /* Text properties */ -- 2.30.2