style(dark note theme): fix roundness variable affecting account menu (@WarningImHack3r) (#6238)

This commit is contained in:
Antoine Lethimonnier 2025-02-07 21:57:17 +01:00 committed by GitHub
parent badfb07ae8
commit a3bbf218f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@
--current-color: var(--main-color);
}
.button,
.button:not(.accountButtonAndMenu *),
#testConfig .row {
--roundness: 5em; /* overwriting default roundness to make it softer */
}