Skip to content

Commit 7284c25

Browse files
committed
blackout theme fix
1 parent c72fe42 commit 7284c25

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

codemirror/themes/blackout.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,8 @@ dialog a.disabled:hover { text-decoration: none; }
108108
#method-tabs .active {
109109
color: #ccc;
110110
background-color: #000;
111+
}
112+
113+
.hexview, .audioview, .imgview {
114+
background-color: #000;
111115
}

service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// Names of the two caches used in this version of the service worker.
1515
// Change to v2, etc. when you update any of the local resources, which will
1616
// in turn trigger the install event again.
17-
const PRECACHE = 'precache-v45';
17+
const PRECACHE = 'precache-v46';
1818
const RUNTIME = 'runtime';
1919
const PREFIX = (self.location.origin.indexOf("github.io") == -1) ? "/" : "/qbjs/";
2020

0 commit comments

Comments
 (0)