ShadowFox/userContent-files/webextension-tweaks/decentraleyes.css

24 lines
480 B
CSS
Raw Normal View History

/*! Alters the webextension Decentraleyes
IMPORTANT: change the Internal UUID */
2017-12-26 22:22:27 +00:00
@-moz-document url-prefix("moz-extension://20cadb98-5f0e-d748-9a3b-a1eaf7c640f6/") {
2017-12-27 04:45:05 +00:00
2017-12-26 22:22:27 +00:00
body {
background-color: var(--grey-60) !important;
color: var(--primary-light-color) !important;
}
2017-12-27 04:45:05 +00:00
2017-12-26 22:22:27 +00:00
header,
.panel:not(:last-child) {
2017-12-27 04:45:05 +00:00
border-bottom: solid var(--grey-50) 1px !important;
2017-12-26 22:22:27 +00:00
}
2017-12-27 04:45:05 +00:00
2017-12-26 22:22:27 +00:00
.button {
-moz-user-select: none;
2017-12-27 04:45:05 +00:00
background-color: var(--grey-70) !important;
2017-12-26 22:22:27 +00:00
}
}