kramp HF staff commited on
Commit
9be8b18
1 Parent(s): 68576c6

White font color on dark mode

Browse files

just to make it readable on dark mode

![image.png](https://s3.amazonaws.com/moonup/production/uploads/1675087476044-62d6c40ba71903fb4c1e3261.png)

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