mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Make CSS selector more specific
Added the .highlight class for the non radius CSS rule.
This commit is contained in:
parent
cb8ae2fc53
commit
60e69c267c
@ -160,7 +160,7 @@
|
|||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content table pre {
|
.post-content .highlight table pre {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user