diff --git a/.percy.yml b/.percy.yml index bb0babf1..d8dc0ed8 100644 --- a/.percy.yml +++ b/.percy.yml @@ -6,6 +6,9 @@ snapshot: div.embed, iframe, video { display: none; } + code, div.highlight { + border: 0 !important; /* no clue why this bugs out... */ + } .wave, .beat { animation: none; }