mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 19:53:53 -06:00
UX: increasing contrast on composer elements
This commit is contained in:
parent
1080748444
commit
fe907aaf74
@ -114,7 +114,7 @@
|
||||
.topic-excerpt {
|
||||
font-size: $font-down-1;
|
||||
margin-top: 5px;
|
||||
color: dark-light-choose($primary-medium, $secondary-medium);
|
||||
color: dark-light-choose($primary-high, $secondary-high);
|
||||
word-wrap: break-word;
|
||||
line-height: $line-height-large;
|
||||
padding-right: 20px;
|
||||
|
@ -88,12 +88,12 @@
|
||||
}
|
||||
|
||||
.reply-to {
|
||||
color: $primary-medium;
|
||||
color: $primary-high;
|
||||
margin: 5px 0 10px 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
i {
|
||||
color: $primary-medium;
|
||||
color: $primary-high;
|
||||
}
|
||||
.reply-details {
|
||||
overflow: hidden;
|
||||
@ -240,7 +240,7 @@
|
||||
display: flex;
|
||||
a {
|
||||
margin-left: 5px;
|
||||
color: $primary-medium;
|
||||
color: $primary-high;
|
||||
}
|
||||
.spinner {
|
||||
margin-right: 5px;
|
||||
@ -262,7 +262,7 @@
|
||||
}
|
||||
|
||||
#draft-status, #file-uploading {
|
||||
color: $primary-medium;
|
||||
color: $primary-high;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -171,7 +171,7 @@
|
||||
|
||||
.composer-bottom-right {
|
||||
a {
|
||||
color: $primary-medium;
|
||||
color: $primary-high;
|
||||
&:hover {
|
||||
color: $tertiary;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user