This commit is contained in:
2022-06-13 14:29:13 -04:00
parent c59d31ca5b
commit 10f04c9315
12 changed files with 274 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#particles-js {
position: absolute;
width: 100%;
height: 100%;
background: rgb(21, 16, 25);
}
a, a:visited {
color: rgb(136, 200, 255);
transition: 0.25s;
}
a:hover, a:focus {
color: rgb(18, 144, 255);
}