mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Merge branch 'main' into common-final
This commit is contained in:
commit
5b88ee03a5
5 changed files with 20 additions and 15 deletions
|
@ -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>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue