blob: 847d5514ea2c7ab2d92d984e52976377f0b6bf2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* ╔════════════════════════════════════════════════════════════╗
║ USERCONTENT ║
╚════════════════════════════════════════════════════════════╝ */
/* userContent.css */
@-moz-document url(about:newtab), url("about:home") {
html {
--newtab-background-color: transparent !important;
--newtab-background-color-secondary: transparent !important;
background: transparent !important;
}
body {
background: transparent !important;
}
}
|