Browse Source

small accent fix

pull/166/head
gilbN 4 years ago
parent
commit
8e272012b6
  1. 8
      CSS/themes/petio/petio-base.css

8
CSS/themes/petio/petio-base.css

@ -150,7 +150,7 @@ p a,
}
.filter--action {
background: rgba(var(--accent-color),.3);
background: rgba(var(--accent-color), .3);
}
/* DASH */
@ -260,6 +260,12 @@ input:not([type=checkbox]):not(.styled-input--input):not([type=file]),
background: rgb(255 255 255 / 10%);
}
.search-form input:focus {
background: hsla(0, 0%, 100%, .1) !important;
color: var(--text-color-hover) !important;
border-bottom: 2px solid rgba(0, 0, 0, 0) !important;
}
/* PLACEHOLDER TEXT */
::placeholder {
color: var(--text) !important;

Loading…
Cancel
Save