mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-22 10:55:17 -04:00
Use SVG path for down carret as the css one has issues when solo menu
This commit is contained in:
parent
9dc03b05c7
commit
46b957095a
2 changed files with 3 additions and 10 deletions
|
@ -115,12 +115,3 @@ body:not(.dark) #sun {
|
|||
.sub-menu:hover {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.arrow-down {
|
||||
border-left: 5px solid transparent;
|
||||
border-right: 5px solid transparent;
|
||||
border-top: 5px solid var(--primary);
|
||||
position: relative;
|
||||
top: 1em;
|
||||
left: 6px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue