This commit is contained in:
hiyouga 2023-11-16 15:45:38 +08:00
parent 6efa38be46
commit 08f3c11429
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
CSS = r"""
.duplicate-button {
margin: auto;
color: white;
background: black;
border-radius: 100vh;
margin: auto !important;
color: white !important;
background: black !important;
border-radius: 100vh !important;
}
.modal-box {