mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Replaced default user avatar image in Admin
This commit is contained in:
parent
e9aac9c07b
commit
e4ba518597
2 changed files with 4 additions and 0 deletions
|
@ -878,4 +878,8 @@ input:focus,
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background: color-mod(var(--lightgrey-l1));
|
background: color-mod(var(--lightgrey-l1));
|
||||||
|
}
|
||||||
|
|
||||||
|
.user-image {
|
||||||
|
border-color: var(--dark-main-bg-color);
|
||||||
}
|
}
|
Binary file not shown.
Before Width: | Height: | Size: 996 B After Width: | Height: | Size: 2.4 KiB |
Loading…
Add table
Reference in a new issue