mike-jumper opened a new pull request, #169: URL: https://github.com/apache/guacamole-website/pull/169
This change adds a dark mode to the Guacamole website that will be chosen by the browser automatically whenever the user's system is set to dark mode. This is accomplished by: * Generating the same CSS twice - once for dark mode and again for light mode. * Defining a `$mode` variable and `$globals.lightdark()` function that selects between two choices depending on whether we are generating CSS for light mode or dark mode. * Pulling the colors out into variables which are conditional leveraging that function. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org