mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-02-13 08:32:47 +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
96 B
CSS
6 lines
96 B
CSS
/** global asset **/
|
|
* {
|
|
background-color: yellow;
|
|
background: url(contoso-logo.png);
|
|
}
|