diff --git a/package/ctcgfw/luci-theme-atmaterial/htdocs/luci-static/atmaterial/css/style.css b/package/ctcgfw/luci-theme-atmaterial/htdocs/luci-static/atmaterial/css/style.css index ce2091581c..452b6f3684 100644 --- a/package/ctcgfw/luci-theme-atmaterial/htdocs/luci-static/atmaterial/css/style.css +++ b/package/ctcgfw/luci-theme-atmaterial/htdocs/luci-static/atmaterial/css/style.css @@ -169,7 +169,7 @@ input, select:not([multiple="multiple"]):focus, input:focus { - border-color: #0099CC; + border-color: #94a494; } select[multiple="multiple"] { @@ -177,7 +177,7 @@ select[multiple="multiple"] { } code { - color: #0099CC; + color: #94a494; } abbr { @@ -320,7 +320,7 @@ header > .container > .brand { line-height:60px; color: white; cursor: default; - background: #0099CC; + background: #94a494; display:block; width:17rem; padding-right: 10px;