Skip to content

Commit

Permalink
chore(deps): bump quarto to pick up css table fixes (#8342)
Browse files Browse the repository at this point in the history
Bumps to a pre-release quarto to pick up some nice QoL changes for
theming as well as itables CSS fixes.
  • Loading branch information
cpcloud authored Feb 14, 2024
1 parent 6238762 commit 9b9556b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 0 additions & 4 deletions docs/theme-dark.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*-- scss:defaults --*/
$code-color: #c2d94c;
$code-bg: #2b2b2b;

thead.tableFloatingHeaderOriginal {
background-color: rgb(47, 47, 47);
}
4 changes: 0 additions & 4 deletions docs/theme-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
.quarto-title-banner .quarto-title .title {
color: #ccd1d5;
}

thead.tableFloatingHeaderOriginal {
background-color: #ffffff;
}
4 changes: 2 additions & 2 deletions nix/quarto/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

stdenv.mkDerivation rec {
pname = "quarto";
version = "1.4.549";
version = "1.5.13";
src = fetchurl {
url = "https://github.com/quarto-dev/quarto-cli/releases/download/v${version}/quarto-${version}-linux-amd64.tar.gz";
sha256 = "sha256-YeA9QKdaSzKtgjybVz22IopYICqblflNE8nN8j3Xr3g=";
sha256 = "sha256-X+VgTY649Vo37u8byNzLD+KPVK3MRdySAPN0ZhdBw0g=";
};

nativeBuildInputs = [ autoPatchelfHook makeWrapper ];
Expand Down

0 comments on commit 9b9556b

Please sign in to comment.