diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-05-05 23:15:30 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-05-06 13:42:54 +0200 |
commit | c40dd71b84f291ad0db0f28670e1e3979a4c51b0 (patch) | |
tree | ad63fec7da2e0298d7fbd0bd473d5f4e539aed04 /themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap | |
parent | f00d8b20b5ffb6c51f8d3d1f3d5112367aa8c38f (diff) |
luci-theme-bootstrap: use medium dark text color for version footer
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index b58f73d1ab..b558764962 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1308,7 +1308,7 @@ footer { align-items: baseline; justify-content: space-between; font-size: 12px; - color: var(--text-color-low); + color: var(--text-color-medium); /* the redundant properties below work around a csstidy bug */ padding-left: calc((100% - 940px) / 2); padding-right: calc((100% - 940px) / 2); |