From 1a978faff9e374300dfaff5869c255f8b50a9889 Mon Sep 17 00:00:00 2001 From: daslu Date: Thu, 11 Jan 2024 14:21:14 +0200 Subject: [PATCH] forgot to commit the scss file --- notebooks/custom.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 notebooks/custom.scss diff --git a/notebooks/custom.scss b/notebooks/custom.scss new file mode 100644 index 0000000..1b2c0e6 --- /dev/null +++ b/notebooks/custom.scss @@ -0,0 +1,11 @@ +@import url(https://cdn.jsdelivr.net/npm/firacode@6.2.0/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;}