Skip to content

Commit

Permalink
Update CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaloo committed May 24, 2024
1 parent 2d21f98 commit 6adb2b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion observable/observablehq.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
// ],

// Some additional configuration options and their defaults:
theme: "slate", // try "light", "dark", "slate", etc.
// theme: "light", // try "light", "dark", "slate", etc.
// header: "", // what to show in the header (HTML)
footer: "", // what to show in the footer (HTML)
// toc: true, // whether to show the table of contents
Expand Down
12 changes: 11 additions & 1 deletion observable/src/observatoire.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
@import url("observablehq:default.css");
@import url("observablehq:theme-slate.css");
@import url("observablehq:theme-air.css");

:root {
--theme-foreground: rgb(33, 37, 41);
}

body,
button,
.card {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, "Noto Sans", Arial, "Odoo Unicode Support Noto", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p,
table,
Expand Down

0 comments on commit 6adb2b3

Please sign in to comment.