@ -155,13 +155,15 @@ define([
return h('footer.cp-footer', [
h('div.cp-footer-left', [
h('div.cp-logo-foot', [
h('img', {
src: '/customize/CryptPad_logo.svg',
"aria-hidden": true,
alt: ''
}),
h('span.logo-font', 'CryptPad')
h('a', {href:"https://cryptpad.org"}, [
])
]),
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;
}