Fix text shadows applied to search popover

This commit is contained in:
Lim Chee Aun 2023-10-20 00:11:14 +08:00
parent 66fa6fbe52
commit 4646859177

View file

@ -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;