Skip to content
Snippets Groups Projects
Commit 62baae66 authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

home dark mode

parent cf3f273c
No related branches found
No related tags found
No related merge requests found
<template> <template>
<section class="bg-gray-100"> <section class="bg-gray-100 dark:bg-gray-800">
<div class="container py-12 relative prose"> <div class="container py-12 relative prose">
<div class="flex justify-evenly"> <div class="flex justify-evenly">
<TInputIcon <TInputIcon
......
<section class="grid grid-cols-4 gap-6"> <section class="grid grid-cols-4 gap-6">
<nuxt-link <nuxt-link
to="/decouvrir" to="/decouvrir"
class="bg-blue-100 p-4 rounded transition hover:shadow-xl transform hover:-translate-y-0.5" class="bg-blue-100 dark:bg-blue-900 p-4 rounded transition hover:shadow-xl transform hover:-translate-y-0.5"
> >
<div class="flex items-center justify-between"> <div class="flex items-center justify-between">
<h2 class="font-semibold text-lg">Découvrir</h2> <h2 class="font-semibold text-lg">Découvrir</h2>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</nuxt-link> </nuxt-link>
<nuxt-link <nuxt-link
to="/comprendre" to="/comprendre"
class="bg-blue-100 p-4 rounded transition hover:shadow-xl transform hover:-translate-y-0.5" class="bg-blue-100 dark:bg-blue-900 p-4 rounded transition hover:shadow-xl transform hover:-translate-y-0.5"
> >
<div class="flex items-center justify-between"> <div class="flex items-center justify-between">
<h2 class="font-semibold text-lg">Comprendre</h2> <h2 class="font-semibold text-lg">Comprendre</h2>
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</nuxt-link> </nuxt-link>
<nuxt-link <nuxt-link
to="/debuter" to="/debuter"
class="bg-blue-100 p-4 rounded transition hover:shadow-xl transform hover:-translate-y-0.5" class="bg-blue-100 dark:bg-blue-900 p-4 rounded transition hover:shadow-xl transform hover:-translate-y-0.5"
> >
<div class="flex items-center justify-between"> <div class="flex items-center justify-between">
<h2 class="font-semibold text-lg">Débuter</h2> <h2 class="font-semibold text-lg">Débuter</h2>
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
</nuxt-link> </nuxt-link>
<nuxt-link <nuxt-link
to="/contribuer" to="/contribuer"
class="bg-blue-100 p-4 rounded transition hover:shadow-xl transform hover:-translate-y-0.5" class="bg-blue-100 dark:bg-blue-900 p-4 rounded transition hover:shadow-xl transform hover:-translate-y-0.5"
> >
<div class="flex items-center justify-between"> <div class="flex items-center justify-between">
<h2 class="font-semibold text-lg">Contribuer</h2> <h2 class="font-semibold text-lg">Contribuer</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment