Skip to content

Commit

Permalink
small tweaks to color and swatch size
Browse files Browse the repository at this point in the history
  • Loading branch information
kovaca committed Dec 26, 2024
1 parent 0eb230b commit aa0ad83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/custom-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
:root {
--theme-foreground: #2E3440;
--theme-foreground-focus: oklch(68.69% 0.1565 204.57);
--theme-background-a: oklch(95.2% 0.016 94.2);
--theme-background-a: oklch(97.96% 0.0057 84.57);

--theme-blue: #0091D5;
--theme-green: #6BB187;
Expand All @@ -57,7 +57,7 @@

@media (prefers-color-scheme: dark){
:root {
--theme-foreground: oklch(95.2% 0.016 94.2);
--theme-foreground: oklch(97.96% 0.0057 84.57);
--theme-foreground-focus: oklch(72.5% 0.1644 201.18);
--theme-background-b: #171614;

Expand Down
4 changes: 2 additions & 2 deletions src/histojam.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ function ramp(palette, n = 128) {
d3.select(canvas).attr("width", n).attr("height", 1);
const context = canvas.getContext("2d");
canvas.style.margin = "2px";
canvas.style.width = "30px";
canvas.style.height = "30px";
canvas.style.width = "20px";
canvas.style.height = "20px";
canvas.style.imageRendering = "-moz-crisp-edges";
canvas.style.imageRendering = "pixelated";
canvas.style.cursor = "pointer";
Expand Down

0 comments on commit aa0ad83

Please sign in to comment.