Patch fix for colors in compose modal when replying to a post.
This commit is contained in:
parent
a84ccff4cc
commit
d9e943f6f4
|
@ -301,7 +301,7 @@
|
|||
.reply-indicator {
|
||||
border-radius: 4px;
|
||||
margin-bottom: 10px;
|
||||
background: $ui-primary-color;
|
||||
background: $gab-background-base-light;
|
||||
padding: 10px;
|
||||
min-height: 23px;
|
||||
overflow-y: auto;
|
||||
|
@ -772,7 +772,7 @@
|
|||
}
|
||||
|
||||
.reply-indicator__content {
|
||||
color: $inverted-text-color;
|
||||
color: $gab-default-text-light;
|
||||
font-size: 14px;
|
||||
|
||||
a {
|
||||
|
@ -4827,7 +4827,7 @@ noscript {
|
|||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
line-height: 24px;
|
||||
color: $primary-text-color;
|
||||
color: $gab-background-base-light;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,7 +27,6 @@ $gab-default-text-light: #6c6c6c;
|
|||
@mixin light-theme-shadow() {box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);}
|
||||
|
||||
// BREAKPOINT SETS
|
||||
|
||||
// navigation breakpoints - by default show all elements and link names along with icons
|
||||
// turns navigation links into icon-only buttons
|
||||
$nav-breakpoint-1: 850px;
|
||||
|
|
Loading…
Reference in New Issue