luci-theme-atmaterial: change colour to green

This commit is contained in:
CN_SZTL 2020-08-27 12:34:08 +08:00
parent e545eb5c22
commit e412400243
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -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;