theme: missed the "a" on rgba (#3336)

This commit is contained in:
René 2023-03-06 08:38:45 +01:00 committed by GitHub
parent 5d8af379a5
commit 4e5f7c9292
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@
}
.query-info {
background-color: rgb(187, 144, 13);
background-color: rgba(187, 144, 13);
color: #FFF;
}