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.
17 lines
338 B
17 lines
338 B
//@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;
|
|
}
|
|
}
|
|
}
|
|
|