docs: fix api viewer dark theme path
previously the path to the dark theme's css pointed to the wrong file. it didn't exist, this one should. Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
parent
161a88644f
commit
41dbc8115d
@ -6,7 +6,7 @@
|
||||
<title>Proxmox Backup Server API Documentation</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="extjs/theme-crisp/resources/theme-crisp-all.css">
|
||||
<link rel="stylesheet" type="text/css" media="(prefers-color-scheme: dark)" href="/pwt/themes/theme-proxmox-dark.css" />
|
||||
<link rel="stylesheet" type="text/css" media="(prefers-color-scheme: dark)" href="/widgettoolkit/themes/theme-proxmox-dark.css" />
|
||||
<script type="text/javascript" src="extjs/ext-all.js"></script>
|
||||
<script type="text/javascript" src="apidoc.js"></script>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user