diff -r 6d2d69fd1c12 -r b0e83cab0bde src/main/webapp/lightpit.css --- a/src/main/webapp/lightpit.css Fri Oct 23 12:38:20 2020 +0200 +++ b/src/main/webapp/lightpit.css Fri Oct 23 13:29:33 2020 +0200 @@ -145,12 +145,12 @@ background: #f0f0ff; } -button[type=submit] { +button[type=submit], a.button.submit { background: #20a0ff; color: white; } -button[type=submit]:hover { +button[type=submit]:hover, a.button.submit:hover { background: #1090cf; }