@ -155,6 +155,7 @@ define([
return h('footer.cp-footer', [
h('div.cp-footer-left', [
h('a', {href:"https://cryptpad.org"}, [
h('div.cp-logo-foot', [
h('img', {
src: '/customize/CryptPad_logo.svg',
@ -162,6 +163,7 @@ define([
alt: ''
}),
h('span.logo-font', 'CryptPad')
])
]),
h('span.cp-footer-version', 'v' + Pages.versionString)
@ -176,7 +176,7 @@ body.html {
display: block;
font-family: "IBM Plex Mono";
font-size: 1.5rem;
color: @cp_static-title;
color: @cryptpad_text_col;
height: 40px;
}