Force overwrites of prism.css

This commit is contained in:
RealStickman 2022-12-16 11:38:40 +01:00
parent 898d28580c
commit 1af0f52f78

View File

@ -60,7 +60,7 @@ code {
*/
}
.copy-to-clipboard:hover {
background-color: #333333;
background-color: #333333 !important; /* overwrite prism.css */
}
/* Sidebar currently selected main topic */
@ -102,5 +102,5 @@ blockquote {
/* disable "copy"-button on hover */
div.code-toolbar:hover > .toolbar {
opacity: 0;
opacity: 0 !important; /* overwrite prism.css */
}