[KiRi] Darker canvas for the SVGs

This commit is contained in:
Salvador E. Tropea 2023-12-06 13:48:41 -03:00
parent 889a8323f5
commit a3ec9c36f7
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ html, body {
#svg-id {
/* border: 1px solid #111;*/
margin-top: 15px;
background-color: #222;
background-color: #000000;
border-radius: 5px;
}