diff options
Diffstat (limited to 'cli/find.html')
-rw-r--r-- | cli/find.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/find.html b/cli/find.html index c84c59f..959ce44 100644 --- a/cli/find.html +++ b/cli/find.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 --> |