mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-07-17 03:51:56 +00:00
fix svg path
This commit is contained in:
parent
8359d69933
commit
daa6b7c0c5
@ -549,9 +549,11 @@ body[dir="rtl"] .book-menu {
|
||||
.book-menu > div > nav > ul > li > a,span {
|
||||
font-weight: 600 !important;
|
||||
color: #0d0d17;
|
||||
svg {
|
||||
path: {
|
||||
fill: #0d0d17;
|
||||
&.external-link {
|
||||
svg {
|
||||
path {
|
||||
fill: #0d0d17 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user