This commit is contained in:
Mirco Wittrien 2019-11-12 22:55:20 +01:00
parent 3de67ce673
commit bbd69216a7
2 changed files with 4 additions and 8 deletions

View File

@ -1897,6 +1897,7 @@
</div> </div>
</div> </div>
</form> </form>
<div class="REPLACE_CLASS_itemlayercontainer"></div>
</div> </div>
<div class="REPLACE_CLASS_memberswrap"> <div class="REPLACE_CLASS_memberswrap">
<div class="REPLACE_CLASS_scrollerwrap REPLACE_CLASS_scrollerthemed REPLACE_CLASS_scrollerthemeghosthairline REPLACE_CLASS_scrollerfade"> <div class="REPLACE_CLASS_scrollerwrap REPLACE_CLASS_scrollerthemed REPLACE_CLASS_scrollerthemeghosthairline REPLACE_CLASS_scrollerfade">

View File

@ -884,6 +884,7 @@ body:before {
.markup-2BOw-j code { /* messageelement code */ .markup-2BOw-j code { /* messageelement code */
background-color: transparent; background-color: transparent;
border-color: transparent;
} }
.markup-2BOw-j pre { /* messageelement pre */ .markup-2BOw-j pre { /* messageelement pre */
background-color: rgba(var(--vtransparencycolor), 0.4); background-color: rgba(var(--vtransparencycolor), 0.4);
@ -940,12 +941,9 @@ body:before {
/* ==== 6.2.2. EMBEDS ==== */ /* ==== 6.2.2. EMBEDS ==== */
#app-mount .embedInner-1-fpTo { /* embed inner */ #app-mount .embedFull-2tM8-- { /* embed wrapper */
background-color: rgba(var(--vtransparencycolor), 0.3); background-color: rgba(var(--vtransparencycolor), 0.3);
border-color: rgba(var(--vtransparencycolor), 0.1); border-left-color: rgb(var(--fontwhite4));
}
#app-mount .embedPill-1Zntps { /* embed pill */
background-color: rgb(var(--fontwhite4));
} }
#app-mount .embedAuthorName-3mnTWj, /* embed author */ #app-mount .embedAuthorName-3mnTWj, /* embed author */
#app-mount .embedFieldName-NFrena, /* embed fieldname */ #app-mount .embedFieldName-NFrena, /* embed fieldname */
@ -970,9 +968,6 @@ body:before {
#app-mount .metadata-3WGS0M { /* attachment metadata */ #app-mount .metadata-3WGS0M { /* attachment metadata */
color: rgb(var(--fontwhite4)); color: rgb(var(--fontwhite4));
} }
#app-mount .metadata-3WGS0M { /* attachment metadata */
color: rgb(var(--fontwhite4));
}
#app-mount .downloadButton-23tKQp { /* attachment downloadbutton */ #app-mount .downloadButton-23tKQp { /* attachment downloadbutton */
color: rgb(var(--fontwhite4)); color: rgb(var(--fontwhite4));
} }