restrict cryptpad styles to descendants of .cp

This commit is contained in:
ansuz
2016-12-27 14:30:13 +01:00
parent e9376a66c2
commit 46024853ec
2 changed files with 233 additions and 228 deletions

View File

@@ -1,6 +1,13 @@
@import "./variables.less";
@import "./alertify.less";
html.cp {
font-size: .875em;
background-color: @base;
color: @fore;
}
.cp {
.fontface(@family, @src, @style: normal, @weight: 400, @fmt: 'truetype'){
@font-face{
font-family: @family;
@@ -39,12 +46,6 @@ a.github-corner > svg {
font-size: 1.02em;
}
html {
font-size: .875em;
background-color: @base;
color: @fore;
}
html,body {
font-family: Georgia,Cambria,serif;
height: 100%;
@@ -744,3 +745,5 @@ div.modal, div#modal {
#adddate { .top-left; }
#addtime { .bottom-left; }
}
}