From eec669a980eded6e778785945fba274829ab7408 Mon Sep 17 00:00:00 2001 From: baalajimaestro Date: Sun, 7 May 2023 22:04:50 +0530 Subject: [PATCH] Update missed highlight.js atom theme to 11.7.0 Signed-off-by: baalajimaestro --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index 4e01f3d..8f635e5 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,5 +1,5 @@ @import url("https://fonts.googleapis.com/css?family=IBM Plex Sans"); -@import url("https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/styles/atom-one-dark.min.css"); +@import url("https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/atom-one-dark.min.css"); @import url("https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack.css"); body {