Browse Source

Small tweak to have app-name text color background dependent. Now you can chose any picture of any color as backgroud and you can be sure you are able to read the name.

pull/68/head
cfs 5 years ago
parent
commit
752fd5df88
  1. 1
      muk_web_theme/static/src/scss/apps.scss

1
muk_web_theme/static/src/scss/apps.scss

@ -68,6 +68,7 @@
}
.o-app-name {
color: $gray-100;
mix-blend-mode: difference;
}
.form-row {
width: 100%;

Loading…
Cancel
Save