Fix black text on box

This commit is contained in:
Joshua
2022-07-21 13:22:37 +10:00
parent 1065bcda00
commit 6b4c0db79a

View File

@@ -620,7 +620,7 @@ input[type="password"]::-webkit-caps-lock-indicator {
}
.pa-small-box-gray .inner {
background-color: #777;
color: rgba(20,20,20,30%);
/* color: rgba(20,20,20,30%); */
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}