Skip to content

Commit

Permalink
clay setup
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Jan 13, 2024
1 parent 110f4d7 commit ff9c1bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
7 changes: 1 addition & 6 deletions clay.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
:branch "main"}
:quarto {:format {:html {:toc true
:toc-depth 4
:theme :spacelab}
:revealjs {:theme :solarized
:navigation-mode :vertical
:transition :slide
:background-transition :fade
:incremental true}}
:theme [:spacelab "notebooks/custom.scss"]}}
;; :monofont "Fira Code Medium"
:highlight-style :solarized
:code-block-background true
Expand Down
11 changes: 11 additions & 0 deletions notebooks/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@import url(https://cdn.jsdelivr.net/npm/[email protected]/distr/fira_code.css);

/*-- scss:default --*/
$font-size-root: 0.8em;

/*-- scss:imports --*/

/*-- scss:rules --*/
.table {width:auto;}

code {font-family: 'Fira Code Medium', monospace;}

0 comments on commit ff9c1bc

Please sign in to comment.