add background color to neuron diagram

the diagram is transparent so the black text is not readable when the notebook is in dark mode.
This commit is contained in:
Jonathan Gil Yaniv 2023-04-15 23:36:26 -04:00 committed by GitHub
parent 823b69e00a
commit c73032aa9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"<img alt=\"Natural and artificial neurons\" width=\"500\" caption=\"Natural and artificial neurons\" src=\"images/chapter7_neuron.png\" id=\"neuron\"/>" "<img alt=\"Natural and artificial neurons\" width=\"500\" caption=\"Natural and artificial neurons\" src=\"images/chapter7_neuron.png\" id=\"neuron\" style=\"background-color: white\"/>"
] ]
}, },
{ {