change poll form element colors to fit with the rest of the ui (#26139)

This commit is contained in:
Trevor Wolf 2023-07-24 21:48:09 +10:00 committed by GitHub
parent 6b2952d1dd
commit 80809ef33e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 7 deletions

View file

@ -175,6 +175,10 @@ a {
button {
font-family: inherit;
cursor: pointer;
&:focus:not(:focus-visible) {
outline: none;
}
}
.app-holder {