restrict cryptpad styles to descendants of .cp
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user