mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 10:50:24 +00:00
notice: links aren't clickable #968
This commit is contained in:
parent
bd1f3d3432
commit
dafc7168a3
2 changed files with 2 additions and 1 deletions
|
@ -811,6 +811,7 @@ blockquote cite {
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
/* remove margin if only a single code block is contained in the tab */
|
/* remove margin if only a single code block is contained in the tab */
|
||||||
#R-body .box-content:not(:has(> p)):has(> div[class*='highlight']:only-of-type),
|
#R-body .box-content:not(:has(> p)):has(> div[class*='highlight']:only-of-type),
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
7.2.0+19ea877181e2ca631fdb30e2abf1418d314c25e4
|
7.2.0+bd1f3d3432632c61bb12e7ec0f7673fed0289f19
|
Loading…
Reference in a new issue