2023-05-15 08:51:32 +08:00
|
|
|
.githubIcon {
|
2025-07-17 10:15:24 +08:00
|
|
|
background: center/contain url('./assets/github.svg') no-repeat;
|
2023-05-15 08:51:32 +08:00
|
|
|
}
|
|
|
|
|
|
2025-08-10 17:21:05 +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 {
|
2025-07-17 10:15:24 +08:00
|
|
|
background: center/contain url('./assets/google.svg') no-repeat;
|
2025-04-29 18:04:33 +08:00
|
|
|
}
|