Files
9x.github.io/css/themes/jmde.css
2025-02-16 22:01:51 +01:00

34 lines
392 B
CSS

/* Theme */
main {
/* background: #314159; */
color: #7ba2bf;
}
.icons-social a {
color: #7ba2bf;
;
}
.icons-social a svg path{
fill: #7ba2bf;
;
}
/* ---- particles.js container ---- */
#particles-js{
/* background: #314159; */
position:fixed;
filter: blur(5px);
width: 100%;
height: 100%;
z-index: -10;
}
#bg{
background: #314159;
position:fixed;
z-index: -100;
}