add #highligh-theme to theme css link
This commit is contained in:
parent
5c87d9ffe0
commit
57107ebe4c
|
@ -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">
|
||||
<link rel="stylesheet" href="lib/css/monokai.css" id="highlight-theme">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
|
||||
<link rel="stylesheet" href="dist/reset.css">
|
||||
<link rel="stylesheet" href="dist/reveal.css">
|
||||
<link rel="stylesheet" href="dist/theme/black.css">
|
||||
<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">
|
||||
<!-- Theme used for syntax highlighted code -->
|
||||
<link rel="stylesheet" href="lib/css/monokai.css" id="highlight-theme">
|
||||
</head>
|
||||
<body>
|
||||
<div class="reveal">
|
||||
|
|
Loading…
Reference in New Issue