Link footer logo to project website + change font color

master
David Benqué 3 years ago
parent 29f20b0ec2
commit 6d73f008d8

@ -155,13 +155,15 @@ define([
return h('footer.cp-footer', [ return h('footer.cp-footer', [
h('div.cp-footer-left', [ h('div.cp-footer-left', [
h('div.cp-logo-foot', [ h('a', {href:"https://cryptpad.org"}, [
h('img', { h('div.cp-logo-foot', [
src: '/customize/CryptPad_logo.svg', h('img', {
"aria-hidden": true, src: '/customize/CryptPad_logo.svg',
alt: '' "aria-hidden": true,
}), alt: ''
h('span.logo-font', 'CryptPad') }),
h('span.logo-font', 'CryptPad')
])
]), ]),
h('span.cp-footer-version', 'v' + Pages.versionString) h('span.cp-footer-version', 'v' + Pages.versionString)
]), ]),

@ -176,7 +176,7 @@ body.html {
display: block; display: block;
font-family: "IBM Plex Mono"; font-family: "IBM Plex Mono";
font-size: 1.5rem; font-size: 1.5rem;
color: @cp_static-title; color: @cryptpad_text_col;
height: 40px; height: 40px;
} }

Loading…
Cancel
Save