18 lines
338 B
Plaintext
Raw Normal View History

2017-11-30 19:17:59 +01:00
//@import (once) "../include/infopages.less";
@import (once) "../include/colortheme.less";
html, body {
margin: 0;
padding: 0;
#cp-main {
height: 100vh;
width: 100%;
padding-top: 20%;
text-align: center;
#cp-scramble {
font-family: monospace !important;
}
}
}