From cacd852b23f848eee29604e13b16aa1e3e4023fa Mon Sep 17 00:00:00 2001 From: Tim Greene <tim.g.greene@gmail.com> Date: Sun, 31 Jan 2021 15:01:43 +0000 Subject: [PATCH] Use jscdn's asciidoctor stylesheet --- latest/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latest/index.html b/latest/index.html index b03e65c..f59e165 100644 --- a/latest/index.html +++ b/latest/index.html @@ -79,7 +79,7 @@ .listingblock .pygments .tok-il { color: #40a070 } /* Literal.Number.Integer.Long */ </style> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic|Liberation+Mono:400|Roboto+Slab:400,700"/> -<link rel="stylesheet" href="https://www.niwi.nz/_assets/asciidoctor-styles/simple-red-titles/stylesheet.css"/> +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/asciidoctor.js/1.5.5-5/css/asciidoctor.min.css"/> </head> <body class="article toc2 toc-left"> <div id="header"> @@ -2102,4 +2102,4 @@ <h3 id="license"><a class="link" href="#license">License</a></h3> </div> </div> </body> -</html> \ No newline at end of file +</html>