1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-01 09:11:05 +00:00
nextcloud-breeze-dark/core/css/apps/thirdparty/_dashboard.scss

21 lines
478 B
SCSS

/* Dashboard ---------------------------------------------------------------- */
.app-dashboard #app-content {
.dashboard-newwidget {
border-color: $decoration-normal;
color: $foreground-normal;
}
.diskspace-text {
color: $foreground-normal;
}
.diskspace-progress-limit {
background-color: $background-active-hover;
}
#diskspace-progress-used {
background-color: $background-active-alternate;
}
}