replace the blue shadow by black or grey - Follow Up Deployment
Browse files- index.html +2 -2
- prompts.txt +2 -0
index.html
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
body { font-family: 'Inter', sans-serif; }
|
| 15 |
.slide { min-height: 100vh; }
|
| 16 |
.code-block { background: #1e293b; border-radius: 8px; }
|
| 17 |
-
.glow { box-shadow: 0 0 20px rgba(
|
| 18 |
.gradient-bg { background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%); }
|
| 19 |
</style>
|
| 20 |
</head>
|
|
@@ -24,7 +24,7 @@
|
|
| 24 |
<nav class="fixed top-0 w-full bg-gray-900/80 backdrop-blur-sm z-50 border-b border-gray-700">
|
| 25 |
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
|
| 26 |
<div class="flex items-center space-x-2">
|
| 27 |
-
<
|
| 28 |
<span class="text-xl font-bold">Novita AI</span>
|
| 29 |
</div>
|
| 30 |
<div class="flex space-x-6">
|
|
|
|
| 14 |
body { font-family: 'Inter', sans-serif; }
|
| 15 |
.slide { min-height: 100vh; }
|
| 16 |
.code-block { background: #1e293b; border-radius: 8px; }
|
| 17 |
+
.glow { box-shadow: 0 0 20px rgba(75, 85, 99, 0.5); }
|
| 18 |
.gradient-bg { background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%); }
|
| 19 |
</style>
|
| 20 |
</head>
|
|
|
|
| 24 |
<nav class="fixed top-0 w-full bg-gray-900/80 backdrop-blur-sm z-50 border-b border-gray-700">
|
| 25 |
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
|
| 26 |
<div class="flex items-center space-x-2">
|
| 27 |
+
<img src="https://huggingface.co/spaces/Tingchenliang/how-to-codex-novita/resolve/main/images/澶村儚3.png" alt="Novita AI Logo" class="w-8 h-8 rounded-lg">
|
| 28 |
<span class="text-xl font-bold">Novita AI</span>
|
| 29 |
</div>
|
| 30 |
<div class="flex space-x-6">
|
prompts.txt
CHANGED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
replace it by the image
|
| 2 |
+
replace the blue shadow by black or grey
|