mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-12 19:26:42 +00:00
27 lines
556 B
SCSS
27 lines
556 B
SCSS
/***
|
|
* @copyright Copyright (c) 2019, Magnus Walbeck <mw@mwalbeck.org>
|
|
*
|
|
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
|
*/
|
|
|
|
/* System monitoring -------------------------------------------------------- */
|
|
|
|
.app-settings #app-content {
|
|
|
|
#one,
|
|
#two,
|
|
#activeUsersSection,
|
|
#sharesSection {
|
|
|
|
.infobox {
|
|
background-color: #F9F9F9 !important;
|
|
color: #555555 !important;
|
|
|
|
h2,
|
|
h3 {
|
|
color: #555555 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|