Files
dify/web/app/signin/page.module.css

12 lines
280 B
CSS
Raw Normal View History

2023-05-15 08:51:32 +08:00
.githubIcon {
background: center/contain url('./assets/github.svg') no-repeat;
2023-05-15 08:51:32 +08:00
}
html[data-theme="dark"] .githubIcon {
background: center/contain url('./assets/github-dark.svg') no-repeat;
}
2023-05-15 08:51:32 +08:00
.googleIcon {
background: center/contain url('./assets/google.svg') no-repeat;
}