-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
José Luis Pereira
committed
Jul 1, 2022
1 parent
5b92c97
commit 4fa2a4b
Showing
11 changed files
with
89 additions
and
87 deletions.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| :root { | ||
| --map-tiles-filter: brightness(0.6) invert(1) contrast(3) hue-rotate(200deg) saturate(0.3) brightness(0.7); | ||
| } | ||
|
|
||
| @media (prefers-color-scheme: dark) { | ||
| .map-tiles { | ||
| filter:var(--map-tiles-filter, none); | ||
| } | ||
| } | ||
|
|
||
| .dark { | ||
| color-scheme: dark; | ||
|
|
||
| .map-tiles { | ||
| filter:var(--map-tiles-filter, none); | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,19 @@ | ||
| @import '@/assets/css/tailwind.css'; | ||
| @import 'leaflet/dist/leaflet.css'; | ||
| @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;400;500;700&display=swap'); | ||
| @import '@/assets/css/leaflet.scss'; | ||
|
|
||
| * { | ||
| box-sizing: content-box; | ||
| } | ||
|
|
||
| body { | ||
| @apply bg-gray-100; | ||
| @apply dark:bg-gray-900; | ||
| @apply font-inter; | ||
| @apply dark:text-slate-400; | ||
| } | ||
|
|
||
| .dark { | ||
| color-scheme: dark; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| <template> | ||
| <div class="text-fonts-500 p-4 uppercase text-sm dark:text-slate-200"> | ||
| <div class="p-4 uppercase text-sm dark:text-slate-200"> | ||
| <slot /> | ||
| </div> | ||
| </template> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ | |
| rounded | ||
| border-b | ||
| dark:border-b-gray-800 | ||
| dark:bg-gray-900 | ||
| dark:bg-gray-800/50 | ||
| pl-4 | ||
| pr-4 | ||
| h-9 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters