Skip to content

Commit

Permalink
Generate Pelican site
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 29, 2024
1 parent 62d3b47 commit 9a2c92e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions theme/css/libgd.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@
width: 25%;
}
}

/* Minor dark mode support. */
@media (prefers-color-scheme: dark) {
body {
background-color: #aaa
}

#featured, #content {
background-color: #bbb
}
}

0 comments on commit 9a2c92e

Please sign in to comment.