1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-23 18:17:36 +00:00

adjust text selection in notes to new default, and some general colour changes to make notes more consistent with rest of theme.

This commit is contained in:
Magnus Walbeck 2020-04-13 18:51:13 +02:00
parent cc20eabe17
commit 93d6d23ad5
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769
2 changed files with 33 additions and 0 deletions
css

View file

@ -0,0 +1,32 @@
/***
* @copyright Copyright (c) 2020, Magnus Walbeck <mw@mwalbeck.org>
*
* @license GNU AGPL version 3
***/
/* Notes -------------------------------------------------------------------- */
.app-notes #app-content {
.CodeMirror .cm-formatting {
opacity: 0.5;
}
.cm-s-easymde .cm-url,
.cm-s-easymde .cm-string {
color: var(--color-text-inactive);
}
.CodeMirror .CodeMirror-selectedtext {
background-color: var(--color-text-selection) !important;
}
.CodeMirror .cm-link {
color: var(--color-text-link);
}
.note-preview pre,
.note-preview code {
background: var(--color-background-darker);
}
}

View file

@ -31,6 +31,7 @@
@import 'apps/official/mail';
@import 'apps/official/maps';
@import 'apps/official/news';
@import 'apps/official/notes';
@import 'apps/official/notifications';
@import 'apps/official/photos';
@import 'apps/official/retention';