This commit is contained in:
syuilo 2018-09-27 23:09:23 +09:00
parent a0305c4c04
commit 32942709bf
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
10 changed files with 19 additions and 14 deletions

View file

@ -365,7 +365,7 @@ export default Vue.extend({
> *
padding 16px
border dashed 1px vat(--quoteBorder)
border dashed 1px var(--quoteBorder)
border-radius 8px
> .location

View file

@ -447,7 +447,7 @@ root(isDark)
padding 4px
font-size 90%
text-align center
background isDark ? #2f3944 : #eef1f3
background var(--mfmTitleBg)
border-radius 4px
>>> .code
@ -461,12 +461,12 @@ root(isDark)
> .reply
margin-right 8px
color isDark ? #99abbf : #717171
color var(--text)
> .rp
margin-left 4px
font-style oblique
color #a0bf46
color var(--renoteText)
> .location
margin 4px 0
@ -491,7 +491,7 @@ root(isDark)
> *
padding 16px
border dashed 1px vat(--quoteBorder)
border dashed 1px var(--quoteBorder)
border-radius 8px
> footer

View file

@ -38,7 +38,7 @@ export default Vue.extend({
> .rp
margin-left 4px
font-style oblique
color #a0bf46
color var(--renoteText)
mk-poll
font-size 80%

View file

@ -329,7 +329,7 @@ root(isDark)
padding 4px
font-size 90%
text-align center
background isDark ? #2f3944 : #eef1f3
background var(--mfmTitleBg)
border-radius 4px
>>> .code
@ -348,7 +348,7 @@ root(isDark)
> .rp
margin-left 4px
font-style oblique
color #a0bf46
color var(--renoteText)
[data-is-me]:after
content "you"
@ -387,7 +387,7 @@ root(isDark)
> *
padding 16px
border dashed 1px vat(--quoteBorder)
border dashed 1px var(--quoteBorder)
border-radius 8px
> .app

View file

@ -368,7 +368,7 @@ export default Vue.extend({
> *
padding 16px
border dashed 1px vat(--quoteBorder)
border dashed 1px var(--quoteBorder)
border-radius 8px
> .location

View file

@ -369,7 +369,7 @@ root(isDark)
padding 4px
font-size 90%
text-align center
background isDark ? #2f3944 : #eef1f3
background var(--mfmTitleBg)
border-radius 4px
>>> .code
@ -388,7 +388,7 @@ root(isDark)
> .rp
margin-left 4px
font-style oblique
color #a0bf46
color var(--renoteText)
[data-is-me]:after
content "you"
@ -427,7 +427,7 @@ root(isDark)
> *
padding 16px
border dashed 1px vat(--quoteBorder)
border dashed 1px var(--quoteBorder)
border-radius 8px
> .app

View file

@ -37,7 +37,7 @@ export default Vue.extend({
> .rp
margin-left 4px
font-style oblique
color #a0bf46
color var(--renoteText)
mk-poll
font-size 80%

View file

@ -91,6 +91,8 @@
"googleSearchHoverBorder": "rgba(255, 255, 255, 0.3)",
"googleSearchHoverButton": "rgba(255, 255, 255, 0.1)",
"mfmTitleBg": "rgba(0, 0, 0, 0.2)",
"messagingRoomBg": "@bg",
"messagingRoomInfo": "#fff",
"messagingRoomDateDividerLine": "rgba(255, 255, 255, 0.1)",

View file

@ -14,5 +14,6 @@
"renoteGradient": "#5d2d1a",
"renoteText": "#ff6c00",
"quoteBorder": "#c3631c",
"desktopHeaderBg": "#36314e"
}

View file

@ -91,6 +91,8 @@
"googleSearchHoverBorder": "rgba(0, 0, 0, 0.3)",
"googleSearchHoverButton": "rgba(0, 0, 0, 0.05)",
"mfmTitleBg": "rgba(0, 0, 0, 0.07)",
"messagingRoomBg": "#fff",
"messagingRoomInfo": "#000",
"messagingRoomDateDividerLine": "rgba(0, 0, 0, 0.1)",