/*
* custom.css
 *
 * This file is loaded via the layout.html template in every
 * page of an Otter Wiki.
 *
 * see https://otterwiki.com/Customization for examples.
 *
*/

div#socials a img {
	filter: invert(62%) sepia(88%) saturate(1808%) hue-rotate(341deg) brightness(95%) contrast(91%);
	width: 20px;
	height: 20px;
}

div#socials {
	padding-right: 1em;
}
