mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
fix notifications
colors & background
This commit is contained in:
parent
6c18614599
commit
2f31ee7e17
@ -199,4 +199,24 @@
|
||||
}
|
||||
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.ant-notification-notice {
|
||||
background-color: var(--background-color-primary) !important;
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
span {
|
||||
color: var(--text-color) !important;
|
||||
}
|
||||
|
||||
.ant-notification-notice-message,
|
||||
.ant-notification-notice-description {
|
||||
color: var(--text-color) !important;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user