luci-theme-bootstrap: use medium dark text color for version footer
authorJo-Philipp Wich <jo@mein.io>
Thu, 5 May 2022 21:15:30 +0000 (23:15 +0200)
committerJo-Philipp Wich <jo@mein.io>
Fri, 6 May 2022 11:42:54 +0000 (13:42 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index b58f73d1aba02e516108bef7f9ba33122101047b..b55876496283caf2876095f5a8718f9268978381 100644 (file)
@@ -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);