Archived
1
0
Fork 0

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:
Henrik Hautakoski 2018-03-24 11:44:23 +01:00
parent 3acf748166
commit 4c2e2cdcb6
2 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@
&-timestamp,
&-size,
&-ip {
color: @request-item-light-color;
color: @request-item-secondary-color;
font-size: @font-size-small;
}