Update Font + nav and tolltip adjustement

Delete unused and add ttf for Brushtip and ManoNegra
This commit is contained in:
Mandar
2020-12-11 23:20:33 +01:00
parent 03f8cd8dd1
commit 1b5d4d638d
8 changed files with 19 additions and 3 deletions

View File

@@ -132,9 +132,17 @@
}
}
li {
position: relative;
p {
display: none;
z-index: 2;
position: absolute;
bottom: -100%;
background: rgba(0,0,0,0.5);
color: #fff;
padding: 0.25rem;
--notchSize: 0.5rem;
clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% var(--notchSize), 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
}
&:hover {
p {