Make captcha bigger
This commit is contained in:
parent
050ddc7623
commit
a6c3336bef
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,13 @@
|
|||
<style>
|
||||
.captcha-img {
|
||||
width: 100%;
|
||||
|
||||
/* Considering this: */
|
||||
/* background: white;
|
||||
border-radius: .28571429rem; */
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
filter: invert();
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
Loading…
Add table
Reference in a new issue