mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-02-12 16:12:44 +00:00
Fixed asset page should show all domains Fixed domain assets should not be shown as global Improve delete modal Remove preview icon background colors
6 lines
93 B
CSS
6 lines
93 B
CSS
/** domain asset **/
|
|
* {
|
|
background-color: red;
|
|
background: url(contoso-logo.png);
|
|
}
|