Skip to content

Commit 1c824d0

Browse files
authored
Change syntax highlighting (#213)
- Specifically, remove highlighting for the purpose of code blocks with equations for converting raw ADC values to voltage
1 parent c11dd2f commit 1c824d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

template/public/main.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,11 @@ ol li div {
106106

107107
[data-bs-theme=light] #logo {
108108
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
109116
}

0 commit comments

Comments
 (0)