Adjusting error page
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</div>
|
||||
<style>
|
||||
.headerBar {
|
||||
background: var(--overlay-color);
|
||||
background: var(--overlay-color-solid);
|
||||
position: fixed;
|
||||
top: 0; left: 0;
|
||||
width: 100%;
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
background-color: rgba(0, 0, 0, 0.123);
|
||||
background-color: rgb(54, 54, 54);
|
||||
}
|
||||
|
||||
footer a {
|
||||
|
||||
@@ -10,7 +10,7 @@ function fromLocalStorage(storageKey, fallback) {
|
||||
if (storedValue !== 'undefined' && storedValue !== null) {
|
||||
return (typeof fallback === 'object')
|
||||
? JSON.parse(storedValue)
|
||||
: storedValue
|
||||
: storedValue
|
||||
}
|
||||
}
|
||||
return fallback
|
||||
|
||||
Reference in New Issue
Block a user