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, &-timestamp,
&-size, &-size,
&-ip { &-ip {
color: @request-item-light-color; color: @request-item-secondary-color;
font-size: @font-size-small; font-size: @font-size-small;
} }

View file

@ -165,8 +165,8 @@
// Request list // Request list
// ---------------------------------- // ----------------------------------
@request-item-color: @gray-dark; @request-item-color: @text-color;
@request-item-light-color: @gray; @request-item-secondary-color: @text-secondary-color;
@request-item-background: transparent; @request-item-background: transparent;
@request-item-border-color: @gray-light; @request-item-border-color: @gray-light;
@request-item-hover-background: @request-item-active-background; @request-item-hover-background: @request-item-active-background;