jupyter / jupyter-alabaster-theme

BSD 3-Clause "New" or "Revised" License
2 stars 15 forks source link

use alabaster.css and pygments_style #66

Closed charnpreetsingh closed 7 years ago

charnpreetsingh commented 7 years ago

Simply inheriting from alabaster does not include it's CSS. Also added a pygments_style value

Before: screen shot 2017-05-03 at 2 57 27 pm

Adding this change produces the following result: screen shot 2017-05-03 at 3 01 24 pm

charnpreetsingh commented 7 years ago

Changed the import order to override bootstrap and also closes #57

willingc commented 7 years ago

Thanks @charnpreetsingh