mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-22 22:36:37 +01:00
Disable blue border on About Us Page
This commit is contained in:
parent
9b3744d66a
commit
f67d17b6c5
1 changed files with 5 additions and 0 deletions
|
@ -85,6 +85,11 @@
|
|||
top: 2.7vw;
|
||||
}
|
||||
}
|
||||
|
||||
: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