Monday, March 04, 2024

How to make Vivaldi new page (blank) not be blinding white

My OS is in night mode and when I open a new window in Vivaldi it goes to 'blank page' which is very bright white.  The work around for this is make a basic html file, then set Vivalid URL to the html file.  

In Linux the file path is like this

file:///home/username/dark.html

This is the HTML code for the file

<html>
<body style="background-color:#000;">
</html>

No comments:

//]]>