mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
Merge branch 'main' of https://github.com/zen-browser/www
This commit is contained in:
commit
2a9df52722
2 changed files with 8 additions and 3 deletions
|
@ -86,10 +86,15 @@ const Reddit = icon({ prefix: "fab", iconName: "reddit" });
|
||||||
</Description>
|
</Description>
|
||||||
<div class="opacity-80 flex flex-col">
|
<div class="opacity-80 flex flex-col">
|
||||||
<a href="https://discord.gg/zen-browser" class="font-normal">Discord</a>
|
<a href="https://discord.gg/zen-browser" class="font-normal">Discord</a>
|
||||||
<a href="https://uptime.zen-browser.app/" class="font-normal">Uptime Status</a>
|
<div class="flex items-center">
|
||||||
|
<div class="absolute">
|
||||||
|
<img src="https://uptime.zen-browser.app/embed-badges/pulse?" loading="lazy" alt="Phare badge" class="h-5 w-5 relative right-5 lg:right-6" />
|
||||||
|
</div>
|
||||||
|
<a href="https://uptime.zen-browser.app/" class="font-normal">Uptime Status</a>
|
||||||
|
</div>
|
||||||
<a href="https://github.com/zen-browser/desktop/issues/new/choose" class="font-normal">Report an Issue</a>
|
<a href="https://github.com/zen-browser/desktop/issues/new/choose" class="font-normal">Report an Issue</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex w-full h-32 items-center">
|
<div class="flex w-full h-32 items-center">
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
export default {
|
export default {
|
||||||
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
|
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
|
||||||
darkMode: 'media',
|
darkMode: [ 'selector' , '[data-theme="dark"]'],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
screens: {
|
screens: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue