style uMatrix blocked page page #6

This commit is contained in:
overdodactyl 2018-01-16 18:47:33 -07:00
parent 284fc1fc74
commit e2b81af63f
2 changed files with 43 additions and 0 deletions

View File

@ -134,5 +134,25 @@
border: 1px solid var(--grey-50) !important;
}
#parsed {
background-color: var(--grey-80) !important;
border: 1px solid var(--grey-50) !important;
border-top: none !important;
}
.code {
background-color: var(--grey-80) !important;
border: 1px solid var(--grey-50) !important;
border-bottom: none !important;
}
button#bye {
-moz-appearance: none !important;
background: var(--grey-60) !important;
border: 1px solid var(--grey-50) !important;
color: var(--primary-light-color) !important;
}
button#bye:hover {
background: var(--grey-80) !important;
}
}

View File

@ -1973,6 +1973,29 @@
background-color: var(--grey-60) !important;
border: 1px solid var(--grey-50) !important;
}
#parsed {
background-color: var(--grey-80) !important;
border: 1px solid var(--grey-50) !important;
border-top: none !important;
}
.code {
background-color: var(--grey-80) !important;
border: 1px solid var(--grey-50) !important;
border-bottom: none !important;
}
button#bye {
-moz-appearance: none !important;
background: var(--grey-60) !important;
border: 1px solid var(--grey-50) !important;
color: var(--primary-light-color) !important;
}
button#bye:hover {
background: var(--grey-80) !important;
}
}
@-moz-document url-prefix("https://addons.mozilla.org") {
/* Header & Footer */