theme-store/themes/01a99bee-fea8-424f-be27-afc5c2a7baa6/chrome.css
2024-08-25 04:06:24 +00:00

29 lines
499 B
CSS

@-moz-document url-prefix("chrome:") {
.ctrlTab-canvas {
border-radius: 0.5rem !important;
}
.ctrlTab-preview-inner {
border-radius: 0.5rem !important;
canvas {
border-radius: 0.5rem !important;
}
img {
border-radius: 0.5rem !important;
}
}
.ctrlTab-favicon-container {
display: none !important;
}
#ctrlTab-panel {
--panel-background: #212120 !important;
border-color: #2121207D !important;
}
}