diff --git a/src/assets/css/main.css b/src/assets/css/main.css index b3b853e..dcc497f 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -1,3 +1,4 @@ +@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;0,900;1,100;1,400&display=swap'); @import '@/assets/css/tailwind.css'; @import 'leaflet/dist/leaflet.css'; @import '@/assets/css/leaflet.css'; diff --git a/src/assets/css/tailwind.css b/src/assets/css/tailwind.css index dc6e7c3..8784bcd 100644 --- a/src/assets/css/tailwind.css +++ b/src/assets/css/tailwind.css @@ -10,8 +10,8 @@ --color-secondary: 14, 165, 233; --color-secondary-content: 255, 255, 255; - --color-base-0: 255, 255, 255; - --color-base-100: 245, 247, 251; + --color-base-foreground: 255, 255, 255; + --color-base-background: 245, 247, 251; --color-base-200: 226, 232, 240; --color-base-300: 203, 213, 225; --color-base-content: 0, 0, 0; @@ -24,8 +24,8 @@ --color-secondary: 14, 165, 233; --color-secondary-content: 255, 255, 255; - --color-base-0: 17,24,39; - --color-base-100: 15, 23, 42; + --color-base-background: 17,24,39; + --color-base-foreground: 15, 23, 42; --color-base-200: 30, 41, 59; --color-base-300: 30, 41, 59; --color-base-content: 255, 255, 255; @@ -38,7 +38,7 @@ body { @apply font-main - bg-base-100 + bg-base-background dark:text-slate-400; } @@ -51,4 +51,4 @@ .dark { color-scheme: dark; } -} \ No newline at end of file +} diff --git a/src/components/Button/ButtonExpand.global.vue b/src/components/Button/ButtonExpand.global.vue index ce52574..a4300d9 100644 --- a/src/components/Button/ButtonExpand.global.vue +++ b/src/components/Button/ButtonExpand.global.vue @@ -3,7 +3,7 @@ type="button" class=" button-expand - bg-base-0 + bg-base-foreground text-secondary-color w-5 h-5" diff --git a/src/components/Card/VCard.global.vue b/src/components/Card/VCard.global.vue index 6018470..a3b1315 100644 --- a/src/components/Card/VCard.global.vue +++ b/src/components/Card/VCard.global.vue @@ -1,5 +1,5 @@ diff --git a/src/components/Gallery/GalleryThumbnail.vue b/src/components/Gallery/GalleryThumbnail.vue index dabc430..4362227 100644 --- a/src/components/Gallery/GalleryThumbnail.vue +++ b/src/components/Gallery/GalleryThumbnail.vue @@ -1,6 +1,6 @@