mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-11 04:21:20 +01:00
Disable blue border on OTP Page
This commit is contained in:
parent
54d3551e2d
commit
fd37ef24ed
1 changed files with 5 additions and 0 deletions
5
otp.html
5
otp.html
|
@ -163,6 +163,11 @@
|
|||
background-color: red;
|
||||
border-color: red;
|
||||
}
|
||||
|
||||
:focus {
|
||||
outline: 0 !important;
|
||||
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
|
||||
}
|
||||
</style>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue