1
0
Fork 0
mirror of https://gitlab.com/nekoya/web.git synced 2025-04-25 13:41:18 +02:00

Disable blue border on Register Verification Completed Page

This commit is contained in:
Moe Poi ~ 2021-09-26 22:44:50 +07:00
parent 883a774215
commit 30e257bd03

View file

@ -129,6 +129,11 @@
width: 6vw;
height: 6vw;
}
: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>