From 6d6298f2040bc10cb99f50ad52f68b8cfb355f91 Mon Sep 17 00:00:00 2001 From: limina1 Date: Tue, 17 Dec 2024 13:04:13 -0500 Subject: [PATCH] removed global style --- src/app.css | 19 +++++++++++++------ src/lib/components/EventNetwork.svelte | 10 ---------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/src/app.css b/src/app.css index 41e84e0..a0ea8e8 100644 --- a/src/app.css +++ b/src/app.css @@ -62,7 +62,7 @@ div.note-leather:hover:not(:has(.note-leather:hover)), p.note-leather:hover:not(:has(.note-leather:hover)), section.note-leather:hover:not(:has(.note-leather:hover)) { - @apply hover:bg-primary-100 dark:hover:bg-primary-800 ; + @apply hover:bg-primary-100 dark:hover:bg-primary-800; } /* Heading */ @@ -79,11 +79,11 @@ @apply bg-primary-0 dark:bg-primary-1000 border-b-[1px] border-gray-800 dark:border-gray-500; } - div.modal-leather > div > h1, - div.modal-leather > div > h2, - div.modal-leather > div > h3, - div.modal-leather > div > h4, - div.modal-leather > div > h5, + div.modal-leather > div > h1, + div.modal-leather > div > h2, + div.modal-leather > div > h3, + div.modal-leather > div > h4, + div.modal-leather > div > h5, div.modal-leather > div > h6 { @apply text-gray-800 hover:text-gray-800 dark:text-gray-300 dark:hover:text-gray-300; } @@ -147,4 +147,11 @@ .ul-leather li a { @apply text-gray-800 hover:text-primary-400 dark:text-gray-300 dark:hover:text-primary-500; } + .network-link-leather { + @apply stroke-gray-400 dark:stroke-gray-600 fill-gray-400 dark:fill-gray-600; + } + + .text-leather { + @apply fill-gray-800 dark:fill-gray-300; + } } diff --git a/src/lib/components/EventNetwork.svelte b/src/lib/components/EventNetwork.svelte index 2a76b5a..eb232fb 100644 --- a/src/lib/components/EventNetwork.svelte +++ b/src/lib/components/EventNetwork.svelte @@ -423,13 +423,3 @@ - -