|
|
|
@ -5,6 +5,9 @@ html, body {
|
|
|
|
|
.font_main();
|
|
|
|
|
margin: 0px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
background-color: @colortheme_info-background;
|
|
|
|
|
color: @cryptpad_text_col;
|
|
|
|
|
font-family: "IBM Plex Mono";
|
|
|
|
|
#cp-main {
|
|
|
|
|
|
|
|
|
|
height: 100vh;
|
|
|
|
@ -18,7 +21,6 @@ html, body {
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
#cp-brand {
|
|
|
|
|
font-family: neuropolitical;
|
|
|
|
|
font-size: 40px;
|
|
|
|
|
}
|
|
|
|
|
#cp-title {
|
|
|
|
@ -27,10 +29,6 @@ html, body {
|
|
|
|
|
#cp-scramble, #cp-link {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
#cp-title, #cp-scramble, #cp-link {
|
|
|
|
|
//font-family: 'Open Sans';
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|