mirror of
https://github.com/ArthurDanjou/artmcp.git
synced 2026-01-14 16:54:22 +01:00
fix: mettre à jour les couleurs de fond et de carte pour un meilleur contraste en mode sombre
This commit is contained in:
@@ -76,7 +76,7 @@ const apiEndpoints = [
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="min-h-screen bg-gray-50 dark:bg-gray-900">
|
<div class="min-h-screen bg-linear-to-b from-gray-50 to-white dark:from-neutral-950 dark:to-neutral-900">
|
||||||
<!-- Hero Header -->
|
<!-- Hero Header -->
|
||||||
<div class="bg-linear-to-br from-primary to-primary-600 dark:from-primary-900 dark:to-primary-800">
|
<div class="bg-linear-to-br from-primary to-primary-600 dark:from-primary-900 dark:to-primary-800">
|
||||||
<UContainer class="py-16">
|
<UContainer class="py-16">
|
||||||
@@ -224,7 +224,7 @@ const apiEndpoints = [
|
|||||||
</h3>
|
</h3>
|
||||||
<UCard
|
<UCard
|
||||||
:ui="{
|
:ui="{
|
||||||
body: 'bg-gray-900 dark:bg-gray-950'
|
body: 'bg-neutral-900 dark:bg-neutral-950'
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<pre class="text-sm text-gray-100 overflow-x-auto">
|
<pre class="text-sm text-gray-100 overflow-x-auto">
|
||||||
@@ -245,7 +245,7 @@ const apiEndpoints = [
|
|||||||
</h3>
|
</h3>
|
||||||
<UCard
|
<UCard
|
||||||
:ui="{
|
:ui="{
|
||||||
body: 'bg-gray-900 dark:bg-gray-950'
|
body: 'bg-neutral-900 dark:bg-neutral-950'
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<pre class="text-sm text-gray-100 overflow-x-auto"><code>https://api.arthurdanjou.fr/mcp</code></pre>
|
<pre class="text-sm text-gray-100 overflow-x-auto"><code>https://api.arthurdanjou.fr/mcp</code></pre>
|
||||||
@@ -384,7 +384,7 @@ const apiEndpoints = [
|
|||||||
{{ resource.title }}
|
{{ resource.title }}
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<code class="text-xs text-gray-600 dark:text-gray-400 bg-gray-100 dark:bg-gray-800 px-2 py-1 rounded">
|
<code class="text-xs text-gray-600 dark:text-gray-400 bg-neutral-100 dark:bg-neutral-800 px-2 py-1 rounded">
|
||||||
{{ resource.uri }}
|
{{ resource.uri }}
|
||||||
</code>
|
</code>
|
||||||
<p class="text-sm text-gray-600 dark:text-gray-400">
|
<p class="text-sm text-gray-600 dark:text-gray-400">
|
||||||
@@ -408,7 +408,7 @@ const apiEndpoints = [
|
|||||||
<div
|
<div
|
||||||
v-for="endpoint in apiEndpoints"
|
v-for="endpoint in apiEndpoints"
|
||||||
:key="endpoint.path"
|
:key="endpoint.path"
|
||||||
class="flex items-center gap-3 p-3 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-800 transition-colors"
|
class="flex items-center gap-3 p-3 rounded-lg hover:bg-neutral-100 dark:hover:bg-neutral-800 transition-colors"
|
||||||
>
|
>
|
||||||
<UBadge
|
<UBadge
|
||||||
color="success"
|
color="success"
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ const resources = [
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="min-h-screen bg-linear-to-b from-gray-50 to-white dark:from-gray-950 dark:to-gray-900">
|
<div class="min-h-screen bg-linear-to-b from-gray-50 to-white dark:from-neutral-950 dark:to-neutral-900">
|
||||||
<!-- Hero Section -->
|
<!-- Hero Section -->
|
||||||
<UContainer class="py-16 sm:py-24">
|
<UContainer class="py-16 sm:py-24">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
@@ -181,7 +181,7 @@ const resources = [
|
|||||||
size="lg"
|
size="lg"
|
||||||
block
|
block
|
||||||
:ui="{
|
:ui="{
|
||||||
base: 'hover:bg-gray-50 dark:hover:bg-gray-800 transition-colors duration-200'
|
base: 'hover:bg-neutral-50 dark:hover:bg-neutral-800 transition-colors duration-200'
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<div class="flex flex-col items-center gap-2">
|
<div class="flex flex-col items-center gap-2">
|
||||||
@@ -213,7 +213,7 @@ const resources = [
|
|||||||
</p>
|
</p>
|
||||||
<UCard
|
<UCard
|
||||||
:ui="{
|
:ui="{
|
||||||
body: 'bg-gray-900 dark:bg-gray-950'
|
body: 'bg-neutral-900 dark:bg-neutral-950'
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<pre class="text-sm text-gray-100 overflow-x-auto">
|
<pre class="text-sm text-gray-100 overflow-x-auto">
|
||||||
@@ -238,7 +238,7 @@ const resources = [
|
|||||||
</p>
|
</p>
|
||||||
<UCard
|
<UCard
|
||||||
:ui="{
|
:ui="{
|
||||||
body: 'bg-gray-900 dark:bg-gray-950'
|
body: 'bg-neutral-900 dark:bg-neutral-950'
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<pre class="text-sm text-gray-100 overflow-x-auto">
|
<pre class="text-sm text-gray-100 overflow-x-auto">
|
||||||
|
|||||||
Reference in New Issue
Block a user