Skip to content

Commit 1ec6f1d

Browse files
committed
numerical linear algebra - clay setup
1 parent 2159429 commit 1ec6f1d

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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"]}}}}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
}

0 commit comments

Comments
 (0)