1
0
Fork 0
mirror of https://gitlab.com/nekoya/web.git synced 2025-04-01 03:41:48 +02:00

Disable blue border on Register Page

This commit is contained in:
Moe Poi ~ 2021-09-26 22:45:13 +07:00
parent cc9a401d62
commit 7a08e70d70

View file

@ -166,6 +166,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>