update
This commit is contained in:
parent
d737b24396
commit
996cf5aba1
5 changed files with 4 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "2024.12.5",
|
"version": "2024.12.5",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "astro dev"
|
"start": "astro preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "^3.1.9",
|
"@astrojs/mdx": "^3.1.9",
|
||||||
|
|
|
@ -29,6 +29,7 @@ import { Copyright } from "@iconoir/vue";
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
color: inherit;
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
|
@ -74,7 +74,7 @@ SunLight
|
||||||
[data-color-mode="dark"] {
|
[data-color-mode="dark"] {
|
||||||
--pandora-text: white;
|
--pandora-text: white;
|
||||||
--pandora-shadows: rgb(16, 16, 16);
|
--pandora-shadows: rgb(16, 16, 16);
|
||||||
--pandora-borders: rgba(5, 4, 4, 0.25);
|
--pandora-borders: rgb(82, 82, 82);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
@ -231,7 +231,6 @@ mobilebar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
top: 24px;
|
top: 24px;
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
backdrop-filter: blur(24px) brightness(0.6);
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -244,7 +243,6 @@ mobilebar {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.header-sub-service {
|
.header-sub-service {
|
||||||
color: white;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 0px 32px;
|
padding: 0px 32px;
|
||||||
border-right: 1px #3f3c3c solid;
|
border-right: 1px #3f3c3c solid;
|
||||||
|
@ -256,7 +254,6 @@ mobilebar {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-right: 24px;
|
margin-right: 24px;
|
||||||
.header-button {
|
.header-button {
|
||||||
color: white;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
|
|
|
@ -19,7 +19,6 @@ const posts = await ghostClient.posts
|
||||||
<Default MobileTitle="Recommended Reading" NoSubHeader>
|
<Default MobileTitle="Recommended Reading" NoSubHeader>
|
||||||
<Fragment slot="body">
|
<Fragment slot="body">
|
||||||
<Heading Title="Posts"/>
|
<Heading Title="Posts"/>
|
||||||
<!-- <Posts server:defer><div slot="fallback">Loading posts...</div></Posts> -->
|
|
||||||
<div class="posts">
|
<div class="posts">
|
||||||
{
|
{
|
||||||
posts.map((post) => (
|
posts.map((post) => (
|
||||||
|
|
|
@ -183,9 +183,6 @@ a {
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
header {
|
header {
|
||||||
.header-row-bottom {
|
|
||||||
backdrop-filter: blur(24px) brightness(0.7);
|
|
||||||
}
|
|
||||||
a {
|
a {
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue