oki.cx-file-share/static/css/style-custom.css
2023-05-14 22:23:09 +00:00

15 lines
225 B
CSS

#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);
}