Themepacks: Fix code style in two places in the new theme

This commit is contained in:
Maxim Leshchenko 2021-12-08 16:45:09 +02:00
parent 6904a86064
commit 863a3b1c89
No known key found for this signature in database
GPG key ID: BB9C44A8733FBEEE

View file

@ -54,7 +54,7 @@ body {
border: 1px solid #f3ddbd; border: 1px solid #f3ddbd;
} }
.navigation.link:hover { .navigation .link:hover {
border-top: 1px solid #E4E4E4; border-top: 1px solid #E4E4E4;
} }
@ -127,7 +127,7 @@ input[type~="search"], select {
border: 1px solid #E5E5E5; border: 1px solid #E5E5E5;
} }
.page_footer.link:hover { .page_footer .link:hover {
border-top: 0px; border-top: 0px;
} }