diff options
Diffstat (limited to 'src/client/app/desktop/views/components/note-preview.vue')
| -rw-r--r-- | src/client/app/desktop/views/components/note-preview.vue | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/client/app/desktop/views/components/note-preview.vue b/src/client/app/desktop/views/components/note-preview.vue index 7e5a1db8d4..4c1c7e7b2d 100644 --- a/src/client/app/desktop/views/components/note-preview.vue +++ b/src/client/app/desktop/views/components/note-preview.vue @@ -47,7 +47,7 @@ export default Vue.extend({ </script> <style lang="stylus" scoped> -root(isDark) +.qiziqtywpuaucsgarwajitwaakggnisj display flex font-size 0.9em @@ -83,10 +83,4 @@ root(isDark) padding 0 color var(--subNoteText) -.qiziqtywpuaucsgarwajitwaakggnisj[data-darkmode] - root(true) - -.qiziqtywpuaucsgarwajitwaakggnisj:not([data-darkmode]) - root(false) - </style> |