diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 5c6b02b..9f6b961 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -4,7 +4,7 @@ @layer base { :root { - --background: 240, 17%, 98%; + --background: 240deg 11.11% 96.47%; --foreground: 222.2 84% 4.9%; --muted: 210 40% 96.1%; diff --git a/components/flow/Header.vue b/components/flow/Header.vue index 7947714..9fcf1e3 100644 --- a/components/flow/Header.vue +++ b/components/flow/Header.vue @@ -41,6 +41,5 @@ const props = defineProps() diff --git a/components/module/Gallery.vue b/components/module/Gallery.vue index dcb78fd..f60e387 100644 --- a/components/module/Gallery.vue +++ b/components/module/Gallery.vue @@ -30,7 +30,7 @@ const cover = props.module.s3Key ? `https://space.r2.102415.xyz/${props.module.s
@@ -93,7 +93,4 @@ const cover = props.module.s3Key ? `https://space.r2.102415.xyz/${props.module.s .card :deep(iframe) { max-width: 100%; } -.card-title { - font-family: Noto Serif SC; -} diff --git a/components/public/Footer.vue b/components/public/Footer.vue index 77f12cc..b850925 100644 --- a/components/public/Footer.vue +++ b/components/public/Footer.vue @@ -20,13 +20,13 @@ const props = defineProps()