move highlight themes from lib/css/ to plugin/highlight/

This commit is contained in:
Hakim El Hattab
2020-05-19 11:02:59 +02:00
parent 9d11927066
commit 0a58c681fe
8 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@
<link rel="stylesheet" href="dist/theme/black.css" id="theme">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/monokai.css" id="highlight-theme">
<link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme">
</head>
<body>