diff --git a/frontend/static/themes/dark_note.css b/frontend/static/themes/dark_note.css index 8240246f40c3..be5d7e31f949 100644 --- a/frontend/static/themes/dark_note.css +++ b/frontend/static/themes/dark_note.css @@ -20,7 +20,7 @@ --current-color: var(--main-color); } -.button, +.button:not(.accountButtonAndMenu *), #testConfig .row { --roundness: 5em; /* overwriting default roundness to make it softer */ }