Link footer logo to project website + change font color

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

@ -155,6 +155,7 @@ define([
return h('footer.cp-footer', [ return h('footer.cp-footer', [
h('div.cp-footer-left', [ h('div.cp-footer-left', [
h('a', {href:"https://cryptpad.org"}, [
h('div.cp-logo-foot', [ h('div.cp-logo-foot', [
h('img', { h('img', {
src: '/customize/CryptPad_logo.svg', src: '/customize/CryptPad_logo.svg',
@ -162,6 +163,7 @@ define([
alt: '' 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