Subtle changes to border colors
This commit is contained in:
parent
efd631296e
commit
82b578249c
|
@ -252,7 +252,7 @@
|
||||||
background: $post_footer;
|
background: $post_footer;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
padding: 8px 10px;
|
padding: 8px 10px;
|
||||||
border-left: 1px solid $inner_border;
|
border-left: 1px solid lighten($inner_border, 3%);
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
@include box-shadow(inset 0 -4px 4px -4px rgba($black, 0.14));
|
@include box-shadow(inset 0 -4px 4px -4px rgba($black, 0.14));
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -627,7 +627,7 @@
|
||||||
top: 12px;
|
top: 12px;
|
||||||
left: -9px;
|
left: -9px;
|
||||||
border-width: 10px 10px 10px 0;
|
border-width: 10px 10px 10px 0;
|
||||||
border-right-color: #b9b9b9;
|
border-right-color: #cecece;
|
||||||
}
|
}
|
||||||
&:after {
|
&:after {
|
||||||
top: 13px;
|
top: 13px;
|
||||||
|
|
Loading…
Reference in New Issue