Skip to content

Commit

Permalink
Updated chess-like background style.
Browse files Browse the repository at this point in the history
  • Loading branch information
parpalak committed Mar 23, 2024
1 parent 58c0475 commit 294e8ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _extensions/s2_search/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ p.search-result {
.search-result-img-preview .preview-link {
text-decoration: none;
border: none;
background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
background-size: 20px 20px;
background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
background: repeating-conic-gradient(#eee 0% 25%, transparent 0% 50%) 0 0 / 20px 20px;
display: inline-block;
margin: 0 5px 5px 0;
}
Expand Down

0 comments on commit 294e8ea

Please sign in to comment.