This commit is contained in:
Juli 2024-09-14 16:35:41 +03:00
parent a3369c956e
commit d071ec88a9

View file

@ -8,7 +8,7 @@ html, body{
}
body * {
color: #cdd6f4;
font-family: 'Atkinson Hyperlegible', 'Roboto Mono' Arial, sans-serif;
font-family: 'Atkinson Hyperlegible', 'Roboto Mono', Arial, sans-serif;
}
.page {
display: flex;
@ -79,7 +79,7 @@ body * {
#particles-js {
z-index: -1;
position: absolute;
position: fixed;
width: 100%;
height: 100%;
background-color: #1e1e2e;