Commit 354483ec by lmf

修改css函数错误

parent 52d06e9c
...@@ -361,9 +361,6 @@ footer a{ ...@@ -361,9 +361,6 @@ footer a{
color: #222222; color: #222222;
margin-top: 5px; margin-top: 5px;
} }
} }
...@@ -373,11 +370,7 @@ footer a{ ...@@ -373,11 +370,7 @@ footer a{
position: relative; position: relative;
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
width: 100%; width: 100%;
color: rgba(var(--input-color), var(--input-alpha));
background: rgba(var(--input-bg), var(--input-bg-alpha));
border: 1px solid rgba(var(--input-border-color), var(--input-border-alpha));
border-radius: 0; border-radius: 0;
box-shadow: 0 0 0 var(--input-shadow-spread, 0) rgba(var(--input-border-color), var(--input-border-alpha));
} }
.swatch-option.text:hover { .swatch-option.text:hover {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment