1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-01 01:10:52 +00:00
nextcloud-breeze-dark/core/css/apps/official/_notes.scss

19 lines
268 B
SCSS

/* Notes -------------------------------------------------------------------- */
.app-notes #app-content {
.note-meta {
.note-word-count {
opacity: 0.7;
}
.note-meta-right {
opacity: 0.7;
&:hover, &:active, &:focus {
opacity: 1;
}
}
}
}