wip
This commit is contained in:
		@@ -266,8 +266,8 @@ root(isDark)
 | 
			
		||||
			border-bottom 1px solid isDark ? #1c2023 : #eef0f2
 | 
			
		||||
 | 
			
		||||
	> .renote
 | 
			
		||||
		color #9dbb00
 | 
			
		||||
		background isDark ? linear-gradient(to bottom, #314027 0%, #282c37 100%) : linear-gradient(to bottom, #edfde2 0%, #fff 100%)
 | 
			
		||||
		color var(--renoteText)
 | 
			
		||||
		background linear-gradient(to bottom, var(--renoteGradient) 0%, var(--face) 100%)
 | 
			
		||||
 | 
			
		||||
		> p
 | 
			
		||||
			margin 0
 | 
			
		||||
 
 | 
			
		||||
@@ -256,8 +256,8 @@ root(isDark)
 | 
			
		||||
		padding 8px 16px
 | 
			
		||||
		line-height 28px
 | 
			
		||||
		white-space pre
 | 
			
		||||
		color #9dbb00
 | 
			
		||||
		background isDark ? linear-gradient(to bottom, #314027 0%, #282c37 100%) : linear-gradient(to bottom, #edfde2 0%, #fff 100%)
 | 
			
		||||
		color var(--renoteText)
 | 
			
		||||
		background linear-gradient(to bottom, var(--renoteGradient) 0%, var(--face) 100%)
 | 
			
		||||
 | 
			
		||||
		@media (min-width 500px)
 | 
			
		||||
			padding 16px
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user