Merge branch 'develop'
This commit is contained in:
commit
e37170a1e7
1 changed files with 5 additions and 3 deletions
|
|
@ -22,7 +22,7 @@
|
|||
@import "pages/blog";
|
||||
@import "pages/media";
|
||||
|
||||
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Neonderthaw&display=swap");
|
||||
@import url("https://fonts.bunny.net/css2?family=Caveat:wght@400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Neonderthaw&display=swap");
|
||||
|
||||
@font-face {
|
||||
font-family: "DSEG7-Classic";
|
||||
|
|
@ -1155,7 +1155,8 @@ body {
|
|||
}
|
||||
|
||||
@keyframes text-glitch-cycle {
|
||||
0%, 6.67% {
|
||||
0%,
|
||||
6.67% {
|
||||
text-shadow:
|
||||
-2px 0 #f0f,
|
||||
2px 0 #0ff;
|
||||
|
|
@ -1173,7 +1174,8 @@ body {
|
|||
1px 0 #0ff;
|
||||
transform: translate(3px, -2px);
|
||||
}
|
||||
26.67%, 100% {
|
||||
26.67%,
|
||||
100% {
|
||||
text-shadow: none;
|
||||
transform: translate(0, 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue