update timeline page
This commit is contained in:
parent
cc365baf88
commit
b6819c2d30
3 changed files with 81 additions and 39 deletions
|
|
@ -4,6 +4,8 @@
|
|||
--bg-color-3: #ffff00;
|
||||
--bg-color-4: #ff3399;
|
||||
|
||||
--color-link: #ee0;
|
||||
|
||||
--spacing: 8px;
|
||||
--spacing-2: calc(var(--spacing) * 2);
|
||||
}
|
||||
|
|
@ -48,3 +50,14 @@ nav {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Animations: Fade In
|
||||
@keyframes fadeIn {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue