Compare commits
No commits in common. "f634b8cce318650d893c2a5ff81d9fd7446eb1f5" and "de235d9a27594ccfd7ad032ca437dedfc07549f8" have entirely different histories.
f634b8cce3
...
de235d9a27
2 changed files with 6 additions and 13 deletions
|
@ -49,7 +49,6 @@ body {
|
|||
background: #bdf5;
|
||||
}
|
||||
|
||||
/*
|
||||
[class*="shj-lang-"] > div {
|
||||
display: flex;
|
||||
overflow: auto;
|
||||
|
@ -92,13 +91,12 @@ body {
|
|||
.shj-syn-class {
|
||||
color: #f60;
|
||||
}
|
||||
*/
|
||||
|
||||
.shj-syn-insert,
|
||||
.shj-syn-str {
|
||||
color: #7d8;
|
||||
}
|
||||
|
||||
/*
|
||||
.shj-syn-bool {
|
||||
color: #3bf;
|
||||
}
|
||||
|
@ -112,13 +110,12 @@ body {
|
|||
.shj-syn-func {
|
||||
color: #84f;
|
||||
}
|
||||
*/
|
||||
|
||||
.shj-syn-deleted,
|
||||
.shj-syn-var {
|
||||
color: #f44;
|
||||
}
|
||||
|
||||
/*
|
||||
.shj-oneline {
|
||||
padding: 12px 10px;
|
||||
}
|
||||
|
@ -129,7 +126,7 @@ body {
|
|||
border-radius: 5px;
|
||||
padding: 5px 7px;
|
||||
}
|
||||
*/
|
||||
|
||||
[class*="shj-lang-"] {
|
||||
color: #f8f8f2;
|
||||
background: var(--mdui-color-secondary-container);
|
||||
|
@ -145,7 +142,6 @@ body {
|
|||
color: #ff5261;
|
||||
}
|
||||
|
||||
/*
|
||||
.shj-syn-section,
|
||||
.shj-syn-kwd {
|
||||
color: #ff7cc6;
|
||||
|
@ -174,7 +170,7 @@ body {
|
|||
.shj-syn-oper {
|
||||
color: #80c6ff;
|
||||
}
|
||||
*/
|
||||
|
||||
.shj-syn-str {
|
||||
color: #4dacfa;
|
||||
}
|
||||
|
@ -205,4 +201,4 @@ body {
|
|||
100% {
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,10 +34,7 @@ class Socket extends EventTarget {
|
|||
};
|
||||
|
||||
this._socket.onclose = () => {
|
||||
const willRefresh = confirm("Realtime Data Connection closed\nWould you like to reconnect?");
|
||||
if (willRefresh) {
|
||||
location.reload();
|
||||
}
|
||||
location.reload();
|
||||
};
|
||||
|
||||
setInterval(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue