This commit is contained in:
syuilo 2018-09-28 12:13:08 +09:00
parent 5df85b5feb
commit 7609741680
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
7 changed files with 8 additions and 12 deletions

View file

@ -81,7 +81,7 @@ root(isDark)
cursor default cursor default
margin 0 margin 0
padding 0 padding 0
color isDark ? #959ba7 : #717171 color var(--subNoteText)
.qiziqtywpuaucsgarwajitwaakggnisj[data-darkmode] .qiziqtywpuaucsgarwajitwaakggnisj[data-darkmode]
root(true) root(true)

View file

@ -82,7 +82,7 @@ root(isDark)
cursor default cursor default
margin 0 margin 0
padding 0 padding 0
color isDark ? #959ba7 : #717171 color var(--subNoteText)
pre pre
max-height 120px max-height 120px

View file

@ -62,7 +62,7 @@ root(isDark)
> .text > .text
margin 0 margin 0
padding 0 padding 0
color isDark ? #959ba7 : #717171 color var(--subNoteText)
pre pre
max-height 120px max-height 120px

View file

@ -98,7 +98,7 @@ root(isDark)
cursor default cursor default
margin 0 margin 0
padding 0 padding 0
color isDark ? #959ba7 : #717171 color var(--subNoteText)
.yohlumlkhizgfkvvscwfcrcggkotpvry[data-darkmode] .yohlumlkhizgfkvvscwfcrcggkotpvry[data-darkmode]
root(true) root(true)

View file

@ -41,7 +41,7 @@ export default Vue.extend({
</script> </script>
<style lang="stylus" scoped> <style lang="stylus" scoped>
root(isDark) .zlrxdaqttccpwhpaagdmkawtzklsccam
display flex display flex
padding 16px padding 16px
font-size 10px font-size 10px
@ -104,16 +104,10 @@ root(isDark)
> .text > .text
margin 0 margin 0
padding 0 padding 0
color isDark ? #959ba7 : #717171 color var(--subNoteText)
pre pre
max-height 120px max-height 120px
font-size 80% font-size 80%
.zlrxdaqttccpwhpaagdmkawtzklsccam[data-darkmode]
root(true)
.zlrxdaqttccpwhpaagdmkawtzklsccam:not([data-darkmode])
root(false)
</style> </style>

View file

@ -34,6 +34,7 @@
"popupFg": "#d6dce2", "popupFg": "#d6dce2",
"subNoteBg": "rgba(0, 0, 0, 0.18)", "subNoteBg": "rgba(0, 0, 0, 0.18)",
"subNoteText": ":alpha<0.7<$text",
"renoteGradient": "#314027", "renoteGradient": "#314027",
"renoteText": "#9dbb00", "renoteText": "#9dbb00",
"quoteBorder": "#4e945e", "quoteBorder": "#4e945e",

View file

@ -34,6 +34,7 @@
"popupFg": "#586069", "popupFg": "#586069",
"subNoteBg": "rgba(0, 0, 0, 0.01)", "subNoteBg": "rgba(0, 0, 0, 0.01)",
"subNoteText": ":alpha<0.7<$text",
"renoteGradient": "#edfde2", "renoteGradient": "#edfde2",
"renoteText": "#9dbb00", "renoteText": "#9dbb00",
"quoteBorder": "#c0dac6", "quoteBorder": "#c0dac6",