diff options
author | elioat <elioat@tilde.institute> | 2023-10-30 20:37:37 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2023-10-30 20:37:37 -0400 |
commit | 41925d7f28696eb9542e58a92beb775e1386fd73 (patch) | |
tree | c092538fd2d5413f9b42cb5f70243a3d470d9d70 /js/canvas/index.html | |
parent | 09b87ef45f1f40e4abe08c9cc7073a9f8232c4e9 (diff) | |
download | tour-41925d7f28696eb9542e58a92beb775e1386fd73.tar.gz |
*
Diffstat (limited to 'js/canvas/index.html')
-rw-r--r-- | js/canvas/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/canvas/index.html b/js/canvas/index.html index 2d887fe..1889b53 100644 --- a/js/canvas/index.html +++ b/js/canvas/index.html @@ -10,10 +10,10 @@ background-color: darkgray; } #gameCanvas { - border: 1px solid black; + border: 4px solid #E6CDF7; margin: 0 auto; display: block; - background-color: #f0f0f0; + background-color: #E0F8CF; } </style> </head> |