Remove absurd background
This commit is contained in:
parent
792cab6c7a
commit
ae6b7b3a24
1 changed files with 2 additions and 2 deletions
|
@ -19,9 +19,9 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: black; /* Fallback */
|
background: black; /* Fallback */
|
||||||
background-image:
|
/* background-image:
|
||||||
radial-gradient(circle, #37ff1456 8%, transparent 8%),
|
radial-gradient(circle, #37ff1456 8%, transparent 8%),
|
||||||
radial-gradient(circle, #37ff1456 8%, transparent 8%);
|
radial-gradient(circle, #37ff1456 8%, transparent 8%); */
|
||||||
background-size:
|
background-size:
|
||||||
60px 60px,
|
60px 60px,
|
||||||
30px 30px; /* Larger grid sizes for more spacing */
|
30px 30px; /* Larger grid sizes for more spacing */
|
||||||
|
|
Loading…
Add table
Reference in a new issue