Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions template/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
}