SYNC
This commit is contained in:
parent
17da115193
commit
48c48d145a
@ -1,5 +1,5 @@
|
||||
<nav class="w-full flex justify-center">
|
||||
<div class="fixed w-full top-0 z-50 bg-bkgNavbar/70 shadow-md rounded-b-md">
|
||||
<div class="fixed w-full top-0 z-50 bg-bkgNavbar shadow-md rounded-b-md">
|
||||
<div
|
||||
class="sm:grid sm:grid-cols-6 lg:grid-cols-12"
|
||||
>
|
||||
|
@ -22,7 +22,7 @@ var filtered_posts = posts.filter(
|
||||
|
||||
<MainLayout title={title} description={description} lang={Astro.currentLocale}>
|
||||
<SinglePageBlogMode>
|
||||
<PostsList filteredPosts={filtered_posts} lang={Astro.currentLocale} />
|
||||
<PostsList filteredPosts={filtered_posts} lang={Astro.currentLocale}/>
|
||||
</div>
|
||||
</SinglePageBlogMode>
|
||||
</MainLayout>
|
||||
|
@ -12,7 +12,7 @@ Dark Mode: https://www.realtimecolors.com/dashboard?colors=e7e7e9-0f0f0f-5819c5
|
||||
Light mode
|
||||
*/
|
||||
--light-color-bkg: 0deg, 0%, 94%;
|
||||
--light-color-bkgNavbar: 0deg, 0%, 50%;
|
||||
--light-color-bkgNavbar: 0deg, 0%, 20%;
|
||||
--light-color-content: 240deg, 4%, 9%;
|
||||
--light-color-primary: 54deg, 100%, 50%;
|
||||
--light-color-secondary: 237deg, 100%, 93%;
|
||||
@ -39,7 +39,7 @@ Dark Mode: https://www.realtimecolors.com/dashboard?colors=e7e7e9-0f0f0f-5819c5
|
||||
Dark mode colours
|
||||
*/
|
||||
--dark-color-bkg: 0deg, 0%, 6%;
|
||||
--dark-color-bkgNavbar: 0deg, 0%, 17%;
|
||||
--dark-color-bkgNavbar: 0deg, 0%, 13%;
|
||||
--dark-color-content: 240deg, 4%, 91%;
|
||||
--dark-color-primary: 262deg, 77%, 44%;
|
||||
--dark-color-secondary: 273deg, 100%, 20%;
|
||||
|
Loading…
Reference in New Issue
Block a user