Skip to content

Commit

Permalink
Add color-cheme meta tag to support dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Apr 26, 2024
1 parent 2b30b9f commit 5db6c3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enough.css.org
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#+html_head: <link rel="stylesheet" href="enough.css"/>
#+html_head: <link rel="stylesheet" href="enough.code.css"/>
#+html_head: <link rel="stylesheet" href="enough.table.css"/>
#+html_head: <meta name="color-scheme" content="light dark">
#+macro: bytes (eval (file-attribute-size (file-attributes "enough.min.css")))

enough.css is a tiny (*{{{bytes}}} bytes*) CSS framework with most of the styling you need for that blog of yours.
Expand Down

0 comments on commit 5db6c3a

Please sign in to comment.