feat: add articles section
This commit is contained in:
parent
7d867a68a0
commit
1131638158
9 changed files with 67 additions and 24 deletions
|
|
@ -8,14 +8,14 @@ h3,
|
|||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
&>a {
|
||||
&>a.zola-anchor {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
transition: visibility 0s, opacity 0.5s linear;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&>a {
|
||||
&>a.zola-anchor {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue