mirror of
https://github.com/opdavies/tailwindcss-plugin-hocus-state.git
synced 2025-02-02 08:57:32 +00:00
test: add dark mode to index.html
This commit is contained in:
parent
4329b841f4
commit
c24df61f1d
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="/dist/tailwind.css" />
|
<link rel="stylesheet" href="/dist/tailwind.css" />
|
||||||
</head>
|
</head>
|
||||||
<body class="antialiased p-4">
|
<body class="p-4 antialiased dark:bg-stone-900">
|
||||||
<a class="hocus:bg-black hocus:text-white hocus:underline" href="#0">This is a link</a>
|
<a class="dark:text-white hocus:bg-black hocus:text-white hocus:underline dark:hocus:bg-white dark:hocus:text-stone-900" href="#0">This is a link</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue