mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Fix text shadows applied to search popover
This commit is contained in:
parent
66fa6fbe52
commit
4646859177
1 changed files with 4 additions and 0 deletions
|
@ -2229,6 +2229,10 @@ ul.link-list li a .icon {
|
|||
}
|
||||
.deck > header {
|
||||
text-shadow: 0 1px var(--bg-color);
|
||||
|
||||
form {
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
.deck > header h1 {
|
||||
font-size: 1.5em;
|
||||
|
|
Loading…
Reference in a new issue