This commit is contained in:
Dagger
2023-10-14 09:02:25 -05:00
parent 9253a0932e
commit 9db704ce9d
13 changed files with 382 additions and 87 deletions

View File

@@ -0,0 +1,14 @@
#particles-js {
position: absolute;
width: 100%;
height: 99%;
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);
}