Revert changes to toolbar logo and title font

pull/1/head
David Benqué 4 years ago
parent c1a5f236b6
commit 3add6c73f7

@ -627,7 +627,6 @@
}
.cp-toolbar-title {
color: @cryptpad_text_col;
font-family: "IBM Plex Mono";
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
@ -812,13 +811,8 @@
padding: 10px;
svg {
#squares {
fill: @toolbar-bg-color;
fill: var(--toolbar-bg-color);
}
#outline, #keyhole {
fill: @cryptpad_text_col;
}
fill: @toolbar-bg-color;
fill: var(--toolbar-bg-color);
}
img {

@ -834,7 +834,7 @@ MessengerUI, Messages) {
title: buttonTitle,
'class': "cp-toolbar-link-logo"
}).append(UIElements.getSvgLogo());
/*.append($('<img>', {
//src: '/customize/images/logo_white.png?' + ApiConfig.requireConf.urlArgs
src: '/customize/main-favicon.png?' + ApiConfig.requireConf.urlArgs

Loading…
Cancel
Save