We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11dd2f commit 1c824d0Copy full SHA for 1c824d0
template/public/main.css
@@ -106,4 +106,11 @@ ol li div {
106
107
[data-bs-theme=light] #logo {
108
content:url("../logo-light-mode.svg");
109
+}
110
+
111
+/* Avoid syntax highlighting in code blocks that have an equation to convert ADC values to
112
+voltage. For example, navigate to the api/OpenEphys.Onix1.NeuropixelsV1DataFrame.html page to find
113
+the following equation: `Electrode Voltage (µV) = 1,171.875 / LFPGain × (ADCSample – 512)` */
114
+.hljs-title {
115
+ color:black
116
}
0 commit comments