I have tried the following in section of index.html and it does nothing:
<style>
:root {
--sidebar-width : 100rem;
}
</style>
This is with a vanilla usage of docsify.
Remove the <style>
part and add your code to the theme.css
:root {
--sidebar-width : 100rem;
}