mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed transparent background pattern for blog logo and icon in dark mode
This commit is contained in:
parent
0b27a366ff
commit
11699d5172
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user