lighter yellow directory highlight, badge fix on mobile
This commit is contained in:
parent
b4b505d45f
commit
a5cffcaa7f
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
tr.me {
|
tr.me {
|
||||||
td {
|
td {
|
||||||
background-color: scale-color($highlight, $lightness: 50%);
|
background-color: dark-light-diff($highlight, $secondary, 70%, -80%);
|
||||||
|
|
||||||
.username a, .name, .title, .number, .time-read {
|
.username a, .name, .title, .number, .time-read {
|
||||||
color: scale-color($highlight, $lightness: -50%);
|
color: scale-color($highlight, $lightness: -50%);
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
display: inline-block;
|
display: inline;
|
||||||
|
|
||||||
#search-dropdown & {
|
#search-dropdown & {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
Loading…
Reference in New Issue