mirror of
https://github.com/langgenius/dify.git
synced 2026-06-16 14:01:10 +08:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
14 lines
317 B
CSS
14 lines
317 B
CSS
@reference "../styles/globals.css";
|
|
|
|
.githubIcon {
|
|
background: center/contain url('./assets/github.svg') no-repeat;
|
|
}
|
|
|
|
html[data-theme="dark"] .githubIcon {
|
|
background: center/contain url('./assets/github-dark.svg') no-repeat;
|
|
}
|
|
|
|
.googleIcon {
|
|
background: center/contain url('./assets/google.svg') no-repeat;
|
|
}
|