ShadowFox/userContent-files/about_pages/performance.css

14 lines
308 B
CSS
Raw Normal View History

2017-12-09 01:08:22 +00:00
@-moz-document url(about:performance) {
#subprocess-reports th {
background-color: var(--primary-accent-color) !important;
color: white !important;
2017-12-09 01:08:22 +00:00
}
#subprocess-reports td {
background-color: var(--dark-accent) !important;
2018-02-15 01:46:15 +00:00
border-color: var(--primary-dark-color) !important;
2017-12-09 01:08:22 +00:00
}
2017-12-09 01:08:22 +00:00
}