11 lines
104 B
CSS
Raw Normal View History

a {
color: #92adff;
}
html {
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
}