diff --git a/desktop/static/index.web.dev.html b/desktop/static/index.web.dev.html
index 088a6af59..9d84220dd 100644
--- a/desktop/static/index.web.dev.html
+++ b/desktop/static/index.web.dev.html
@@ -40,55 +40,6 @@
font-size: 12px;
}
- .console {
- font-family: 'Fira Mono';
- width: 600px;
- height: 250px;
- box-sizing: border-box;
- margin: auto;
- }
-
- .console header {
- border-top-left-radius: 15px;
- border-top-right-radius: 15px;
- background-color: #9254de;
- height: 45px;
- line-height: 45px;
- text-align: center;
- color: white;
- }
-
- .console .consolebody {
- border-bottom-left-radius: 15px;
- border-bottom-right-radius: 15px;
- box-sizing: border-box;
- padding: 0px 10px;
- height: calc(100% - 40px);
- overflow: scroll;
- background-color: #000;
- color: white;
- text-align: left;
- }
-
- input[type="submit"] {
- background-color: #9254de;
- color: white;
- font-family: system-ui;
- font-size: 15px;
- padding: 10px 20px;
- border: none;
- border-radius: 5px;
- cursor: pointer;
- }
-
- input[type="submit"]:hover {
- background-color: #722ed1;
- }
-
- input[type="submit"]:active {
- background-color: #722ed1;
- }
-
#troubleshoot {
display: none;
background-color: white;