Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,8 +64,8 @@ custom_css = """
|
|
| 64 |
body {
|
| 65 |
background-color: #800000; /* Maroon background */
|
| 66 |
background-image:
|
| 67 |
-
linear-gradient(to right, #a05252
|
| 68 |
-
linear-gradient(to bottom, #a05252
|
| 69 |
background-size: 80px 80px; /* Grid cell size */
|
| 70 |
height: 100%; /* Ensure body height is 100% of the viewport */
|
| 71 |
margin: 0; /* Remove default margin */
|
|
|
|
| 64 |
body {
|
| 65 |
background-color: #800000; /* Maroon background */
|
| 66 |
background-image:
|
| 67 |
+
linear-gradient(to right, transparent 39px, #a05252 1px, transparent 40px), /* Vertical dashed lines */
|
| 68 |
+
linear-gradient(to bottom, transparent 39px, #a05252 1px, transparent 40px); /* Horizontal dashed lines */;
|
| 69 |
background-size: 80px 80px; /* Grid cell size */
|
| 70 |
height: 100%; /* Ensure body height is 100% of the viewport */
|
| 71 |
margin: 0; /* Remove default margin */
|