Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dorelljames committed Apr 27, 2024
1 parent 02c56e2 commit 0a58df4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
27 changes: 14 additions & 13 deletions site.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,23 @@ export default siteConfig({
'/ideas': 'ab4c593485a04708aef5aa418bdac513',
'/meeting-notes': '7cf10a64c4c64281845df4adc45a1f95',
'/tasks': '7e7678d78abd4bde8be7226af06c3487',
'/official-links': 'cb911533889445dfa31333f69e65eb0e'
'/official-links': 'cb911533889445dfa31333f69e65eb0e',
'/events': 'f9d73a52a4424b9f9a80c9520d5bef8f'
},
// pageUrlOverrides: null,

// whether to use the default notion navigation style or a custom one with links to
// important pages. To use `navigationLinks`, set `navigationStyle` to `custom`.
navigationStyle: 'default'
// navigationStyle: 'custom',
// navigationLinks: [
// {
// title: 'About',
// pageId: 'f1199d37579b41cbabfc0b5174f4256a'
// },
// {
// title: 'Contact',
// pageId: '6a29ebcb935a4f0689fe661ab5f3b8d1'
// }
// ]
// navigationStyle: 'default'
navigationStyle: 'custom',
navigationLinks: [
{
title: 'Events',
pageId: 'f9d73a52a4424b9f9a80c9520d5bef8f'
},
{
title: 'Official Links',
pageId: 'cb911533889445dfa31333f69e65eb0e'
}
]
})
14 changes: 7 additions & 7 deletions styles/notion.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,21 @@
}

.notion-collection-card {
border-radius: 16px;
border-radius: 8px;
box-shadow: none;
}

.notion-collection-card-cover img {
border-radius: 16px;
border-radius: 0px;
}

.notion-collection-card {
overflow: visible;
}

.notion-collection-card-cover {
border-radius: 16px;
box-shadow: 2px 2px 8px 4px rgba(15, 15, 15, 0.1);
border-radius: 8px;
/* box-shadow: 2px 2px 8px 4px rgba(15, 15, 15, 0.1); */
}

.notion-collection-card-cover {
Expand Down Expand Up @@ -194,8 +194,8 @@
.notion-page-cover-wrapper,
.notion-page-cover-wrapper span,
.notion-page-cover-wrapper img {
max-width: 1200px !important;
border-radius: 24px;
/* max-width: 1200px !important; */
/* border-radius: 24px; */
}

.notion-page-cover-wrapper {
Expand Down Expand Up @@ -400,6 +400,6 @@
color: var(--fg-color-2);
}

.notion-equation.notion-equation-block{
.notion-equation.notion-equation-block {
align-items: center;
}

0 comments on commit 0a58df4

Please sign in to comment.