Skip to content

Commit

Permalink
✨ feat: Force dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
raxhvl committed Feb 6, 2025
1 parent d60f4c2 commit 0fbaee1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,7 @@
<meta property="twitter:description" content="EPF Study Group Wiki">
<meta property="twitter:image" content="https://raw.githubusercontent.com/eth-protocol-fellows/protocol-studies/wiki-pages/docs/images/epfsg_hero.jpg">

<!-- Themeable Simple theme dark (use either this or the one below) -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css"> -->

<!-- Themeable Simple based on OS default (use either this or the one above) -->
<link rel="stylesheet" media="(prefers-color-scheme: light)"
href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">
<link rel="stylesheet" media="(prefers-color-scheme: dark)"
href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">

<link rel="stylesheet" href="assets/css/theme.css">

Expand Down

0 comments on commit 0fbaee1

Please sign in to comment.