mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-04-29 23:10:07 +00:00
13 lines
309 B
SCSS
13 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);
|
|
}
|
|
|
|
}
|