A simple site template for all your internet links.
Instructions ⚡️
Although the font and code block below are optional, that's what we used to get the Link Template Demo to look exactly the way it does. Use and modify it as you wish, and of course, remove this instructions toggle block when you're done with it. Enjoy!
Font:
Scope One
Code:
<style>
:root {
--color-text-gray: #808c99 !important;
--color-text-default-light: rgba(55,53,47,.09) !important;
}
.notion-navbar {
display: none !important;
}
.notion-header {
margin-top: 40px !important;
}
.notion-callout {
background: none !important;
margin: 0 0 14px !important;
border: none !important;
padding: 0 !important;
}
.notion-callout__content {
margin: -1px 0 0 2px !important;
}
.notion-icon {
height: 20px !important;
width: 20px !important;
}
.notion-link {
transition: all .2s ease-in-out !important;
font-size: 18px !important;
color: #808c99 !important;
opacity: 1 !important;
}
.notion-link:hover {
color: #000 !important;
}
.notion-text__content {
font-size: 20px !important;
}
</style>