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

19 lines
261 B

body {
background-color: #400244;
}
body > div:first-child {
background-color: #fdfcff;
max-width: 720px;
margin: auto;
padding: 0.7rem;
opacity: 0.99;
}
div#nav {
position: fixed;
top: 0;
right: 0;
}
textarea {
width: calc(100% - 1rem);
}