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.
 
 
 
 
 
rest-api/main.css

19 lines
266 B

:root {
--theme-primary: #7952B3;
}
nav.navbar-dark {
background-color: var(--theme-primary);
}
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
textarea[name='append'] {
background-color: #3b2c1d;
color: #ccc;
height: 130px;
}