luci-theme-bootstrap: use medium dark text color for version footer
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
f00d8b20b5
commit
c40dd71b84
1 changed files with 1 additions and 1 deletions
|
@ -1308,7 +1308,7 @@ footer {
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: var(--text-color-low);
|
color: var(--text-color-medium);
|
||||||
/* the redundant properties below work around a csstidy bug */
|
/* the redundant properties below work around a csstidy bug */
|
||||||
padding-left: calc((100% - 940px) / 2);
|
padding-left: calc((100% - 940px) / 2);
|
||||||
padding-right: calc((100% - 940px) / 2);
|
padding-right: calc((100% - 940px) / 2);
|
||||||
|
|
Loading…
Reference in a new issue