This commit is contained in:
johndoe 2025-03-16 22:13:08 +05:00
parent 38540f4335
commit 05bc47562b
2 changed files with 10 additions and 2 deletions

View File

@ -243,3 +243,7 @@ div.MuiMenu-paper > ul.MuiList-root {
background-color: #121820 !important;
border-radius: 15px;
}
div.MuiMenu-paper:has(> ul) {
border-radius: 15px !important;
}

View File

@ -248,3 +248,7 @@ div.MuiMenu-paper > ul.MuiList-root {
background-color: #202730 !important;
border-radius: 15px;
}
div.MuiMenu-paper:has(> ul) {
border-radius: 15px !important;
}