Files
phishingclub/backend/testfiles/assets/domain.tld/style.css
Ronni Skansing bb51d36ae5 Added more tests files
Fixed asset page should show all domains
Fixed domain assets should not be shown as global
Improve delete modal
Remove preview icon background colors
2025-09-20 12:19:52 +02:00

6 lines
93 B
CSS

/** domain asset **/
* {
background-color: red;
background: url(contoso-logo.png);
}