-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* tweak colors * reduce sidebar padding; border-box box-sizing * more tweaks * more tweaks * more center margin; WIP * fixes for 2rem center margin * sticky main page link * sidebar toggle icon * fix toggle layout * caret icon * fix dashboard light background * mask technique * avoid from for compat * fix link hover color * fix sticky left edge
- Loading branch information
Showing
24 changed files
with
385 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@media (prefers-color-scheme: light) { | ||
:root { | ||
--theme-background: color-mix(in srgb, var(--theme-background-alt) 97%, black); | ||
--theme-background-alt: rgb(255, 255, 255); | ||
} | ||
} | ||
|
||
#observablehq-main, | ||
#observablehq-footer { | ||
max-width: initial; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<link rel="stylesheet" type="text/css" href="dashboard.css"> | ||
|
||
# Dashboard theme test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.