Merge branch 'main' into common-final

This commit is contained in:
Jaakko Haakana 2025-06-18 19:00:07 +03:00
commit 5b88ee03a5
5 changed files with 20 additions and 15 deletions

View file

@ -77,6 +77,7 @@ String settings_processor(const String& var) {
"button { background-color: #505E67; color: white; border: none; padding: 10px 20px; margin-bottom: 20px; "
"cursor: pointer; border-radius: 10px; }";
content += "button:hover { background-color: #3A4A52; }";
content += "h4 { margin: 0.6em 0; line-height: 1.2; }";
content += "</style>";
content += "<button onclick='goToMainPage()'>Back to main page</button>";