1
0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2024-09-19 19:17:53 +00:00
nextcloud-breeze-dark/css/apps/official/_system-monitoring.scss

20 lines
395 B
SCSS

/* System monitoring -------------------------------------------------------- */
.app-settings #app-content {
#one,
#two,
#activeUsersSection,
#sharesSection {
.infobox {
background-color: #F9F9F9 !important;
color: #555555 !important;
h2,
h3 {
color: #555555 !important;
}
}
}
}