mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
16 lines
401 B
HTML
16 lines
401 B
HTML
<!-- start custom head snippets -->
|
|
|
|
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
|
|
|
<!-- support for buttons.github.io -->
|
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
|
|
<style type="text/css">
|
|
/* override mmistakes image highlighting */
|
|
.archive__item:hover .archive__item-teaser {
|
|
box-shadow: none;
|
|
}
|
|
</style>
|
|
|
|
<!-- end custom head snippets -->
|