diff --git a/build.py b/build.py index 92bd19b..6a1ce3e 100755 --- a/build.py +++ b/build.py @@ -590,12 +590,12 @@ for header in fileStruct: # but the basic fundamental organizing unit WRT content is still the # chapter. githubedit = '' - themechanger = '' + themechanger = '' if level > 0: if 'include' in header: srcFile = open('include/' + header['include']) - githubedit = 'Edit in GitHub' + githubedit = '' content = srcFile.read() srcFile.close() diff --git a/include/latency-and-latency-compensation.html b/include/latency-and-latency-compensation.html index 59cb284..4ef5560 100644 --- a/include/latency-and-latency-compensation.html +++ b/include/latency-and-latency-compensation.html @@ -51,7 +51,10 @@ backend. While many of the concepts are true, the specifics may be different.

- Latency chain + Latency chain
Latency chain
@@ -186,7 +189,10 @@

- Jack Latency Compensation + Jack Latency Compensation
Jack Latency Compensation
diff --git a/include/timecode-generators-and-slaves.html b/include/timecode-generators-and-slaves.html index 81ba10f..e775298 100644 --- a/include/timecode-generators-and-slaves.html +++ b/include/timecode-generators-and-slaves.html @@ -230,7 +230,10 @@

- LTC frame alignment + LTC frame alignment
LTC frame alignment for the 525/60 TV standard
diff --git a/source/css/screen.css b/source/css/screen.css index ef6804b..2337e19 100644 --- a/source/css/screen.css +++ b/source/css/screen.css @@ -343,7 +343,7 @@ body.dark-theme #content kbd.input { } body.dark-theme #content .warning { -background-color: #995555; +background-color: darkred; } body.dark-theme #content table tr:nth-child(2n+1) { @@ -415,3 +415,13 @@ body.dark-theme #tree a { color: white; text-shadow: 0 0 0 white; } + + +body.dark-theme #tree .active > a { + color: #FF8080; + text-shadow: 0 0 0 #FF8080; +} + +body.dark-theme .invert-in-dark { + filter: invert(1); +}