File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
projects/math/numerical-linalg Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 11{:remote-repo {:git-url " https://github.com/scicloj/clojure-data-tutorials"
22 :branch " main" }
3- :base-target-path " temp" }
3+ :base-target-path " temp"
4+ :quarto {:format
5+ {:html
6+ {:theme
7+ [:cosmo " notebooks/custom.scss" ]}}}}
Original file line number Diff line number Diff line change 1+ @import url (
https://cdn.jsdelivr.net/npm/[email protected] /distr/fira_code.css );
2+
3+ /* -- scss:rules --*/
4+ .table {width :auto ;}
5+
6+ code {font-family : ' Fira Code Medium' , monospace ;}
7+
8+ .table {
9+ @extend .table-striped ;
10+ @extend .table-hover ;
11+ @extend .table-responsive ;
12+ }
13+
14+ .clay-dataset {
15+ max-height :400px ;
16+ overflow-y : auto ;
17+ }
18+
19+ .printedClojure {
20+ max-height :400px ;
21+ overflow-y : auto ;
22+ }
You can’t perform that action at this time.
0 commit comments