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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue