Browse Source

another

pull/178/head
Marius 4 years ago
parent
commit
2dc4ffa9eb
  1. 6
      CSS/themes/flood/flood-base.css

6
CSS/themes/flood/flood-base.css

@ -13,6 +13,7 @@
/* MOBILE */
@media (max-width: 720px) {
.modal__body,
.modal__content__wrapper,
.modal__header,
@ -424,6 +425,11 @@ p,
fill: rgb(var(--accent-color));
}
.dropdown__value,
.dropdown.is-expanded .dropdown__header .dropdown__value {
color: rgb(var(--accent-color));
}
/* SIDE MENU */
.dark .application__sidebar,
.application__sidebar {

Loading…
Cancel
Save