White font color on dark mode

#1
by kramp HF staff - opened
Files changed (1) hide show
  1. static/index.html +1 -1
static/index.html CHANGED
@@ -6,7 +6,7 @@
6
  <script src="https://cdn.tailwindcss.com"></script>
7
  </head>
8
  <body>
9
- <div class="container mx-auto py-4">
10
  <h1 class="text-3xl font-bold text-center">nbconvert-server</h1>
11
  <p class="text-center">
12
  An internal API used as a backend for notebook rendering on the Hub
 
6
  <script src="https://cdn.tailwindcss.com"></script>
7
  </head>
8
  <body>
9
+ <div class="container mx-auto py-4 dark:text-white">
10
  <h1 class="text-3xl font-bold text-center">nbconvert-server</h1>
11
  <p class="text-center">
12
  An internal API used as a backend for notebook rendering on the Hub