diff --git a/assets/css/custom.css b/assets/css/custom.css index 65b06425..d7f29983 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -158,6 +158,7 @@ selectors in css can't be grained to target Markdown syntax (for now) */ .content p a:not(.code), .content li a:not(.code), +.content :where(a):not(:where([class~=not-prose],[class~=not-prose] *)), /* Ensure links are the same color in shortodes as well*/ article a { text-decoration-line: underline; text-decoration-style: dotted; @@ -173,7 +174,7 @@ html[class~="dark"] article a { /* Allow linking in a variable environment without changing the style and adding an a arrow at the end of the text */ -.content a:not(.code) { +.content a:has(code){ text-decoration: none; color: inherit; } @@ -182,7 +183,7 @@ changing the style and adding an a arrow at the end of the text */ .content a:not(.code-block code) code::after { content: "\00a0↗"; color: tomato; - font-size: 1rem; + font-size: 1.1rem; } diff --git a/content/doc/metrics/new-relic.md b/content/doc/metrics/new-relic.md index 601e8b80..a7edaba2 100644 --- a/content/doc/metrics/new-relic.md +++ b/content/doc/metrics/new-relic.md @@ -32,6 +32,12 @@ To use New Relic in Python, you have to add the [newrelic](https://pypi.python.o To use New Relic in Java, Scala or PHP instances, you need to configure it as it is provided directly inside the instances. +{{< callout type="info" >}} +New Relic trigger auto-insertion of JavaScript fragments on PHP applications, for browser monitoring. You can disable it with `newrelic.browser_monitoring.auto_instrument` in `.user.ini`. +[Learn more on New Relic's documentation](https://docs.newrelic.com/docs/apm/agents/php-agent/configuration/php-agent-configuration/#inivar-autorum). + +{{< /callout >}} + ## New Relic configuration ### Necessary information