Skip to content

Commit

Permalink
Merge pull request #129 from scicloj/custom-scss-1
Browse files Browse the repository at this point in the history
forgot to commit the scss file
  • Loading branch information
daslu authored Jan 11, 2024
2 parents df2a596 + 1a978fa commit 2494f20
Showing 1 changed file with 11 additions and 0 deletions.
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 2494f20

Please sign in to comment.