Add markup renderers
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
10
assets/sass/heading.scss
Normal file
10
assets/sass/heading.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
.heading {
|
||||
.heading-anchor {
|
||||
opacity: 0;
|
||||
transition: opacity 0.2s ease;
|
||||
}
|
||||
}
|
||||
|
||||
.heading:hover .heading-anchor {
|
||||
opacity: 1;
|
||||
}
|
@@ -6,6 +6,7 @@ $width-max: 60rem;
|
||||
@import "fonts";
|
||||
@import "common";
|
||||
|
||||
@import "heading";
|
||||
@import "image";
|
||||
|
||||
@import "header";
|
||||
|
Reference in New Issue
Block a user