overhauling error page
This commit is contained in:
parent
314c476f8d
commit
5bb3fefe52
|
@ -859,8 +859,13 @@ html[theme="f0ck95"] .embed-responsive-image {
|
|||
right: 2px;
|
||||
}
|
||||
|
||||
html[theme="f0ck95"] img.avatar {
|
||||
border-radius: 0;
|
||||
html[theme="f0ck95"] ._error_message {
|
||||
color: black;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
html[theme="f0ck95"] ._error_topbar {
|
||||
background: -webkit-linear-gradient(left,#08216b,#a5cef7);
|
||||
}
|
||||
|
||||
/* f0ck95dARK */
|
||||
|
@ -904,8 +909,13 @@ html[theme='f0ck95d'] {
|
|||
--img-border-color: #808080;
|
||||
}
|
||||
|
||||
html[theme="f0ck95d"] img.avatar {
|
||||
border-radius: 0;
|
||||
html[theme="f0ck95d"] .err {
|
||||
background: #4c4c4c;
|
||||
border: 2px outset gray;
|
||||
}
|
||||
|
||||
html[theme="f0ck95d"] ._error_topbar {
|
||||
background: #081f3e;
|
||||
}
|
||||
|
||||
html[theme="f0ck95d"] ._204863 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user