mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +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 {
|
.deck > header {
|
||||||
text-shadow: 0 1px var(--bg-color);
|
text-shadow: 0 1px var(--bg-color);
|
||||||
|
|
||||||
|
form {
|
||||||
|
text-shadow: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.deck > header h1 {
|
.deck > header h1 {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
|
Loading…
Reference in a new issue