Feat: Modify the text of the embedded website button #3909 (#4057)

### What problem does this PR solve?

Feat: Modify the text of the embedded website button #3909

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-12-17 14:46:54 +08:00
committed by GitHub
parent 96667696d2
commit 0fcb564261
7 changed files with 29 additions and 8 deletions

View File

@ -10,3 +10,12 @@
.id {
.linkText();
}
.darkBg {
background-color: rgb(69, 68, 68);
}
.darkId {
color: white;
.darkBg();
}