Open Alejandro-Reapertips opened 1 year ago
Thank you for your feedback. Iām glad to hear that you find it useful!
Regarding your question, I have added a new setting option called Custom CSS
in the latest version, which allows you to modify the HTML format of the query results as you wish. You can use CSS to set the maximum width of the output page to 300-400px and change the colors to dark mode.
To do this, you can add the following CSS code to the Custom CSS setting:
body {
max-width: 400px;
background-color: black;
color: white;
}
Feel free to adjust the values to your liking. I hope this helps!
First of all, thank you so much for this. I have been trying it out and it's amazing.
One thing I find it difficult to adapt is that the html output page uses a width that goes across 100% of my screen. I would love to set a max width of 300-400px for easier reading. I would also like to change the colors to dark mode.
Is any of this possible?
Thank you.