mirror of
https://github.com/caddyserver/website.git
synced 2025-04-27 15:36:17 -04:00
Rebase and fix code displays
This commit is contained in:
parent
14e9b01bf4
commit
7cba863d53
11 changed files with 41 additions and 117 deletions
|
@ -13,6 +13,8 @@ ready(() => {
|
|||
startElement = findWithContent('.ex-proxy pre.chroma code span.line', 'reverse_proxy /service/* {');
|
||||
endElement = findNextText(startElement, '}');
|
||||
wrapRangeWithSpan(startElement, endElement, 'rollover-ha rollover-blue');
|
||||
|
||||
window.$_('.ex-proxy code').classList.add('dark');
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue