Skip to content

Commit

Permalink
chore: calibrate grid
Browse files Browse the repository at this point in the history
  • Loading branch information
35C4n0r authored and amitksingh1490 committed Aug 7, 2024
1 parent 1fd564c commit 67b6476
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -633,17 +633,17 @@ span.token.tag.script.language-javascript {
height: 100%;
background: repeating-linear-gradient(
0deg,
rgba(255, 255, 255, 0.07),
rgba(255, 255, 255, 0.07) 1px,
rgba(255, 255, 255, 0.08),
rgba(255, 255, 255, 0.08) 0.5px,
transparent 1px,
transparent 30px
transparent 27px
),
repeating-linear-gradient(
90deg,
rgba(255, 255, 255, 0.07),
rgba(255, 255, 255, 0.07) 1px,
rgba(255, 255, 255, 0.08),
rgba(255, 255, 255, 0.08) 0.5px,
transparent 1px,
transparent 100px
transparent 70px
);
z-index: 0;
}
Expand Down

0 comments on commit 67b6476

Please sign in to comment.