Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
White font color on dark mode (#1)
Browse files- White font color on dark mode (9be8b1841cd505ce8a0e360e1d074b878d72ba97)
Co-authored-by: Bertrand Chevrier <[email protected]>
- 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
|