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.
buscribe/buscribe-web/style.less

21 lines
264 B
Plaintext

body {
color: aliceblue;
background: dimgray;
max-width: 900px;
}
@import "form";
@import "line";
#help_box {
display: none;
position: fixed;
top: 1em;
right: 1em;
width: 20em;
float: right;
background: #fff;
padding: 1em;
color: #000;
}