mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
8 lines
148 B
CSS
8 lines
148 B
CSS
/* Studio Profile CSS Overrides */
|
|
body {
|
|
background: var(--bgcolor-neutral-primary);
|
|
}
|
|
button.danger {
|
|
--button-color: var(--neutral-0);
|
|
}
|