diff options
Diffstat (limited to 'web/plotly.html')
-rw-r--r-- | web/plotly.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/plotly.html b/web/plotly.html index ce62bbe..d5554f4 100644 --- a/web/plotly.html +++ b/web/plotly.html @@ -24,9 +24,9 @@ <link rel="stylesheet" href="../fonts/fonts.css"> <!-- Highlight.js Stylesheets --> - <link rel="stylesheet" href="../highlight.css"> - <link rel="stylesheet" href="../tomorrow-night.css"> - <link rel="stylesheet" href="../ayu-highlight.css"> + <link rel="stylesheet" id="highlight-css" href="../highlight.css"> + <link rel="stylesheet" id="tomorrow-night-css" href="../tomorrow-night.css"> + <link rel="stylesheet" id="ayu-highlight-css" href="../ayu-highlight.css"> <!-- Custom theme stylesheets --> |