style upd

This commit is contained in:
E. S. 2024-03-15 17:29:21 +00:00
parent 9c80b5894d
commit 6f134bd9ca

View File

@ -71,6 +71,10 @@
padding-bottom: $base-padding; padding-bottom: $base-padding;
background-color: $hover-hl; background-color: $hover-hl;
@include radius(4px); @include radius(4px);
input[type="text"] {
background-color: $bg;
}
} }
.blog-upload-list { .blog-upload-list {