diff --git a/customize.dist/CryptPad-blue-logo.svg b/customize.dist/CryptPad-blue-logo.svg new file mode 100644 index 000000000..b44ebb1e3 --- /dev/null +++ b/customize.dist/CryptPad-blue-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/customize.dist/CryptPad-white-logo.svg b/customize.dist/CryptPad-white-logo.svg index 120bd9014..a3f99c797 100644 --- a/customize.dist/CryptPad-white-logo.svg +++ b/customize.dist/CryptPad-white-logo.svg @@ -1 +1 @@ -CryptPad white logo \ No newline at end of file +CryptPad white logo \ No newline at end of file diff --git a/customize.dist/src/less2/include/infopages.less b/customize.dist/src/less2/include/infopages.less index 73b68b40a..35d2e19d4 100644 --- a/customize.dist/src/less2/include/infopages.less +++ b/customize.dist/src/less2/include/infopages.less @@ -113,6 +113,15 @@ // Apply this to the top bar div .infopages_topbar () { + .navbar-brand { + display: block; + background-image: url(/customize/CryptPad-blue-logo.svg); + background-repeat: no-repeat; + background-size: contain; + height: 50px; + width: 250px; + } + .cp-topbar { background: #fff; z-index: 9001; @@ -151,9 +160,6 @@ } .cp-logo { - img { - height: @infopages_infobar-height / 2; - } margin-right: 0.5em; } } diff --git a/customize.dist/src/less2/pages/page-index.less b/customize.dist/src/less2/pages/page-index.less index 962a174f1..f033ccf23 100644 --- a/customize.dist/src/less2/pages/page-index.less +++ b/customize.dist/src/less2/pages/page-index.less @@ -68,9 +68,7 @@ margin-top: 0; } .navbar-brand { - background: url(/customize/CryptPad-white-logo.svg) no-repeat; - width: 250px; - height: 50px; + background-image: url(/customize/CryptPad-white-logo.svg); } a { color: #fff;