62 lines
1.2 KiB
CSS
62 lines
1.2 KiB
CSS
/*! Alters the webextension uBO-Scope
|
|
IMPORTANT: change the Internal UUID */
|
|
|
|
@-moz-document url-prefix("moz-extension://ubo_scope_UUID/") {
|
|
body {
|
|
background: var(--tone-6) !important;
|
|
}
|
|
|
|
#topPane {
|
|
background-color: var(--tone-6) !important;
|
|
color: var(--tone-4) !important;
|
|
}
|
|
|
|
#heatmaps .togglerBar {
|
|
background: var(--tone-6) !important;
|
|
}
|
|
|
|
body.theoretical #heatmaps .heatmap.theoretical {
|
|
background: var(--tone-6) !important;
|
|
}
|
|
|
|
|
|
|
|
#heatmaps .heatmap {
|
|
border: none;
|
|
background: var(--tone-6) !important;
|
|
}
|
|
|
|
#heatmaps.list .hmcell {
|
|
background-color: var(--tone-6) !important;
|
|
color: var(--tone-4) !important;
|
|
}
|
|
|
|
#domain3rdDetails {
|
|
background-color: var(--tone-7) !important;
|
|
border: 1px solid var(--tone-7) !important;
|
|
}
|
|
|
|
#domain3rdDetails #authority {
|
|
background-color: var(--tone-8) !important;
|
|
position: relative;
|
|
}
|
|
|
|
#scores .scores .score.actual {
|
|
color: white !important;;
|
|
}
|
|
|
|
#scores .scores .score.theoretical {
|
|
color: var(--tone-7) !important;;
|
|
}
|
|
|
|
body.theoretical #scores .scores .score.actual {
|
|
color: var(--tone-7) !important;;
|
|
}
|
|
|
|
body.theoretical #scores .scores .score.theoretical {
|
|
color: var(--tone-4) !important;;
|
|
}
|
|
|
|
|
|
}
|