feat: enhance SVG handling by adding source fetching and copying functionality

This commit is contained in:
sHa
2025-05-14 21:34:53 +03:00
parent 554861c940
commit d841f27454
4 changed files with 158 additions and 20 deletions

View File

@@ -700,3 +700,8 @@ footer {
padding: 0.3em 0.8em;
text-align: center;
}
textarea {
background-color: var(--background-color);
color: var(--color-text);
}