wip
This commit is contained in:
parent
29476ea3da
commit
1eef90f6cb
8 changed files with 36 additions and 71 deletions
|
|
@ -105,7 +105,7 @@ export default Vue.extend({
|
|||
</script>
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
root(isDark)
|
||||
.mk-notification
|
||||
> .notification
|
||||
padding 16px
|
||||
font-size 12px
|
||||
|
|
@ -154,7 +154,7 @@ root(isDark)
|
|||
|
||||
> .mk-time
|
||||
margin-left auto
|
||||
color isDark ? #606984 : #c0c0c0
|
||||
color var(--noteHeaderInfo)
|
||||
font-size 0.9em
|
||||
|
||||
> .note-preview
|
||||
|
|
@ -182,10 +182,4 @@ root(isDark)
|
|||
> div > header i
|
||||
color #888
|
||||
|
||||
.mk-notification[data-darkmode]
|
||||
root(true)
|
||||
|
||||
.mk-notification:not([data-darkmode])
|
||||
root(false)
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue