apply colortheme styles to assert page

This commit is contained in:
ansuz 2021-02-17 14:41:21 +05:30
parent 387119a3c2
commit ab449fd42b
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
@import (reference) "../include/colortheme-all.less";
@import (reference) "../include/font.less";
html, body {
.font_main();
height: 100%;
margin: 0px;
padding: 0px;
background-color: @cp_static-bg !important;
color: @cryptpad_text_col;
font-family: "IBM Plex Mono";
}

View File

@ -13,6 +13,7 @@ define([
'/common/outer/login-block.js',
'/bower_components/tweetnacl/nacl-fast.min.js',
'less!/customize/src/less2/pages/page-assert.less',
], function ($, Hyperjson, Sortify, Drive, Test, Hash, Util, Thumb, Wire, Flat, MediaTag, Block) {
window.Hyperjson = Hyperjson;
window.Sortify = Sortify;