app/assets/less/variables.less: request list should use @text-color and @text-secondary color to make things consistent with other components of the site.
This commit is contained in:
parent
3acf748166
commit
4c2e2cdcb6
2 changed files with 3 additions and 3 deletions
|
|
@ -58,7 +58,7 @@
|
|||
&-timestamp,
|
||||
&-size,
|
||||
&-ip {
|
||||
color: @request-item-light-color;
|
||||
color: @request-item-secondary-color;
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -165,8 +165,8 @@
|
|||
// Request list
|
||||
// ----------------------------------
|
||||
|
||||
@request-item-color: @gray-dark;
|
||||
@request-item-light-color: @gray;
|
||||
@request-item-color: @text-color;
|
||||
@request-item-secondary-color: @text-secondary-color;
|
||||
@request-item-background: transparent;
|
||||
@request-item-border-color: @gray-light;
|
||||
@request-item-hover-background: @request-item-active-background;
|
||||
|
|
|
|||
Reference in a new issue