wip
This commit is contained in:
parent
a0305c4c04
commit
32942709bf
10 changed files with 19 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue