diff options
Diffstat (limited to '')
| -rw-r--r-- | templates/project.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project.html b/templates/project.html index 4df9011..b7ca220 100644 --- a/templates/project.html +++ b/templates/project.html @@ -18,7 +18,7 @@      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>      <link href="https://fonts.googleapis.com/css2?family=Jersey+15&display=swap" rel="stylesheet"> -    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/panda-syntax-dark.min.css" defer> +    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/base16/ashes.min.css" defer>      <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/highlight.min.js"></script>      <script defer>hljs.highlightAll();</script>  | 
