fix: clip path incompatibility
This commit is contained in:
parent
bd1a180cb4
commit
ff556fac6f
1 changed files with 0 additions and 26 deletions
|
@ -282,32 +282,6 @@ footer nav:last-child span:not(.active) {
|
|||
padding: var(--sizing-xs);
|
||||
}
|
||||
|
||||
p .highlight-text:nth-child(even) {
|
||||
-webkit-clip-path: polygon(2px 0, 99.5% 0,100% 93%, 0 100%);
|
||||
clip-path: polygon(2px 0, 99.5% 0, 100% 93%, 0 100%);
|
||||
}
|
||||
|
||||
p .highlight-text:nth-child(odd) {
|
||||
-webkit-clip-path: polygon(2px 0, 99.5% 0, 98.5% 95%, 0 100%);
|
||||
clip-path: polygon(2px 0, 99.5% 0, 98.5% 95%, 0 100%);
|
||||
}
|
||||
|
||||
p .highlight-text:nth-of-type(3n+1) {
|
||||
-webkit-clip-path: polygon(1px 2px, 99.5% 0, 100% 95%, 0 100%);
|
||||
clip-path: polygon(1px 2px, 99.75% 0, 100% 95%, 0 100%);
|
||||
}
|
||||
|
||||
p .highlight-text:nth-of-type(3n+2) {
|
||||
-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 95%);
|
||||
clip-path: polygon(0 0, 100% 0, 100% 90%, 0 95%);
|
||||
}
|
||||
|
||||
p .highlight-text:nth-of-type(3n) {
|
||||
-webkit-clip-path: polygon(2px 1px, 100% 0, 100% 90%, 0 97%);
|
||||
clip-path: polygon(2px 1px, 100% 0, 100% 90%, 0 97%);
|
||||
}
|
||||
|
||||
|
||||
code {
|
||||
padding: var(--sizing-xs);
|
||||
color: var(--text-color-inverted);
|
||||
|
|
Reference in a new issue