You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
322 B
CSS

::root{
}
body{
font-family: Times;
text-align:center;
/* background-color: #000; */
/* color: #ccc; */
max-width: 30rem;
margin: 2rem auto;
line-height: 1.3;
letter-spacing: 0.1px;
color: #53018e
}
img{
max-width: 100%;
}
::selection{
background-color: #53018e;
color: #ccc;
}