mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-14 12:06:25 +00:00
20 lines
395 B
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;
|
|
}
|
|
}
|
|
}
|
|
} |