mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-09-16 11:32:34 +02:00
Make CSS selector more specific
Added the .highlight class for the non radius CSS rule.
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
.post-content table pre {
|
||||
.post-content .highlight table pre {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user