previewer up

This commit is contained in:
Garry Ing
2021-03-15 18:22:28 -04:00
parent ce40b32bec
commit 0660137321
9 changed files with 53 additions and 49 deletions

View File

@ -15,8 +15,9 @@
// Notes Graph
.links line {
.links path {
stroke: $accent-color;
fill: transparent;
}
.nodes circle {
@ -37,6 +38,11 @@
fill: $accent-color;
}
.inactive {
opacity: 0.25;
transition: opacity 0.15s ease-out;
}
// Notes inline styles
.internal-link {
@ -57,19 +63,8 @@
// Link previews
content a.internal-link {
background-color: rgba($accent-color, 0.1);
}
#tooltip-wrapper {
padding: 1em;
overflow: hidden;
position: absolute;
width: 400px;
max-height: 250px;
font-size: 0.8em;
opacity: 0;
transition: opacity 100ms;
}
#tooltip-wrapper:after {