mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +01:00
Better contrast for outer close button
This commit is contained in:
parent
749d6880b8
commit
839647bee7
1 changed files with 2 additions and 1 deletions
|
@ -1372,7 +1372,8 @@ body:has(.media-modal-container + .status-deck) .media-post-link {
|
|||
margin-top: -44px;
|
||||
background-image: radial-gradient(
|
||||
circle,
|
||||
var(--bg-faded-color) 0px 14px,
|
||||
var(--bg-faded-color) 0px 13px,
|
||||
var(--outline-color) 13px 14px,
|
||||
transparent 14px
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue