fix svg path

This commit is contained in:
gonpombo8 2022-10-13 16:57:01 -03:00
parent 8359d69933
commit daa6b7c0c5
No known key found for this signature in database
GPG Key ID: 6BE1C3CD0908CE48

View File

@ -549,9 +549,11 @@ body[dir="rtl"] .book-menu {
.book-menu > div > nav > ul > li > a,span {
font-weight: 600 !important;
color: #0d0d17;
&.external-link {
svg {
path: {
fill: #0d0d17;
path {
fill: #0d0d17 !important;
}
}
}
}