2017-11-30 02:26:03 +00:00
|
|
|
/* Alters the preferences page */
|
|
|
|
/* IMPORTANT: change the Internal UUID */
|
|
|
|
|
2017-12-05 21:50:19 +00:00
|
|
|
@-moz-document url-prefix("moz-extension://19684a2f-ee86-d644-961c-ab8b8ad10aca/") {
|
2017-11-30 02:26:03 +00:00
|
|
|
|
|
|
|
body {
|
|
|
|
background: var(--primary-dark-color) !important;
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notes {
|
|
|
|
background: var(--primary-dark-color) !important;
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|