mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-14 12:06:25 +00:00
14 lines
309 B
SCSS
14 lines
309 B
SCSS
/* Announcement Center ------------------------------------------------------ */
|
|
.app-announcementcenter {
|
|
|
|
#announcement_submit_msg.success {
|
|
color: var(--color-text-active) !important;
|
|
background-color: var(--color-success) !important;
|
|
}
|
|
|
|
.section > span {
|
|
color: var(--color-text-inactive);
|
|
}
|
|
|
|
}
|