Make CSS selector more specific

Added the .highlight class for the non radius CSS rule.
This commit is contained in:
TNeitzel 2021-12-26 07:02:38 +01:00
parent cb8ae2fc53
commit 60e69c267c

View File

@ -160,7 +160,7 @@
border-radius: var(--radius);
}
.post-content table pre {
.post-content .highlight table pre {
border-radius: 0;
}