This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cryptpad/customize.dist/src/less2/pages/page-404.less
T

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;
}
}
}