Fixed transparent background pattern for blog logo and icon in dark mode

This commit is contained in:
Sanne de Vries 2020-09-04 15:25:15 +02:00
parent 0b27a366ff
commit 11699d5172

View File

@ -428,6 +428,11 @@ input:focus,
background: #212A2E;
}
.blog-logo,
.blog-icon {
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23303e46' d='M0 0h24v24H0z'/%3E%3Cpath fill='%233e515b' d='M0 0h12v12H0zM12 12h12v12H12z'/%3E%3C/g%3E%3C/svg%3E");
}
.id-item {
background: #212A2E;
}