mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-06 14:05:20 +02:00
feature(dark mode): misc design fixes (#2215)
* Fix category dark mode styles * Fix sidebar account tab states * Fix dashboard balance sheet group styles * Fix budget dark mode styles * Fix chart gradient split * Fix prose styles in dark mode * Add back chat nav id for tests
This commit is contained in:
parent
c26a7dd2dd
commit
fb7107d614
27 changed files with 254 additions and 174 deletions
|
@ -71,18 +71,22 @@
|
|||
|
||||
/* Typography */
|
||||
.prose {
|
||||
@apply max-w-none;
|
||||
@apply max-w-none text-primary;
|
||||
|
||||
a {
|
||||
@apply text-link;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@apply text-xl font-medium;
|
||||
@apply text-xl font-medium text-primary;
|
||||
}
|
||||
|
||||
h3 {
|
||||
@apply text-lg font-medium;
|
||||
@apply text-lg font-medium text-primary;
|
||||
}
|
||||
|
||||
li {
|
||||
@apply m-0;
|
||||
@apply m-0 text-primary;
|
||||
}
|
||||
|
||||
details {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue