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

View File

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