mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-16 23:16:44 +00:00
🎫
This commit is contained in:
@@ -203,24 +203,11 @@
|
||||
|
||||
.notion-link {
|
||||
position: relative;
|
||||
border: 0 none;
|
||||
transition: unset;
|
||||
}
|
||||
|
||||
.notion-link::after {
|
||||
position: absolute;
|
||||
bottom: -2px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
content: '';
|
||||
display: block;
|
||||
border-radius: 4px;
|
||||
background: var(--fg-color-2);
|
||||
}
|
||||
|
||||
.notion-link:hover::after {
|
||||
bottom: -4px;
|
||||
height: 4px;
|
||||
background: linear-gradient(90.68deg, #b439df 0.26%, #e5337e 102.37%);
|
||||
.notion-link:hover {
|
||||
border-width: 4px;
|
||||
border-image: linear-gradient(90.68deg, #b439df 0.26%, #e5337e 102.37%);
|
||||
border-image-slice: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user