JC-ProgJava / Building-Neural-Networks-From-Scratch

Building Neural Networks from Scratch book repository.
https://jc-progjava.github.io/Building-Neural-Networks-From-Scratch/
9 stars 2 forks source link

UI Enhancement: Add theme-based selection color #23

Closed JC-ProgJava closed 3 years ago

JC-ProgJava commented 3 years ago

Paste this into book.css and other embedded stylesheets (i.e., in index.html).

::selection {
    background: #fcd6a5;
}