diff --git a/client/src/index.css b/client/src/index.css index 4e82746..2c7b705 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -66,6 +66,22 @@ color: hsl(210, 40%, 98%); min-height: 100vh; } + + body::after { + content: ''; + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; + z-index: 9999; + background-image: + linear-gradient(rgba(255, 0, 0, 0.3) 1px, transparent 1px), + linear-gradient(90deg, rgba(255, 0, 0, 0.3) 1px, transparent 1px); + background-size: 20px 20px; + opacity: 1; + } } @layer utilities {