diff --git a/template/public/main.css b/template/public/main.css index cfe41e88..02c5f26b 100644 --- a/template/public/main.css +++ b/template/public/main.css @@ -106,4 +106,11 @@ ol li div { [data-bs-theme=light] #logo { content:url("../logo-light-mode.svg"); +} + +/* Avoid syntax highlighting in code blocks that have an equation to convert ADC values to +voltage. For example, navigate to the api/OpenEphys.Onix1.NeuropixelsV1DataFrame.html page to find +the following equation: `Electrode Voltage (µV) = 1,171.875 / LFPGain × (ADCSample – 512)` */ +.hljs-title { + color:black } \ No newline at end of file