Skip to content

Commit

Permalink
simplify styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Jan 2, 2025
1 parent 7e4fdf9 commit 8566ca1
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions resources/js/Components/Icons/FilmPolski.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<span class="font-medium">
<span class="text-[#566ea1] dark:text-[#7393d9]">FILM</span><!--
--><span class="text-[#010101] dark:text-[#eeeeee]">POLSKI</span><!--
--><span class="text-[#566ea1] dark:text-[#7393d9]">.PL</span>
<span class="blue">FILM</span><!--
--><span class="black">POLSKI</span><!--
--><span class="blue">.PL</span>
</span>

<style>
.blue {
color: light-dark(#566ea1, #7393d9);
}
.black {
color: light-dark(#010101, #eeeeee);
}
</style>

0 comments on commit 8566ca1

Please sign in to comment.