/*
Theme Name: Riznica znanja
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: Aleksandar Urosevic
Author URI: https://urosevic.net/
Description: Customized theme for blog Riznica znanja based on default WordPress theme TwentyFifteen
Version: 26.3.12-1318
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template:     twentyfifteen
Text Domain: riznica-znanja-2015

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.site-info span[role=separator] {
	padding: 0 0.25em;
}

main {
	li {
		/* list-style-position: inside; */
	}

	ul {
		li {
			list-style-type: square;
		}
	}
}

@media screen and (min-width: 38.75em) {
	ul, ol {
		margin-left: 1.3333em;
	}
}

/* External links */
main a[target="_blank"]:not(:has(img, svg, figure))::after {
	content: "↗";
	font-size: 0.6em;
	margin-left: 0.2em;
	vertical-align: super;
}

.pagination {
	.page-numbers {
		display: initial;
	}

	.current .screen-reader-text {
		position: absolute !important;
	}
}

/* Bluesky and X Socnet Icon */
.social-navigation {
	a {
		&::before {
			font-family: "social-logos" !important;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
		}

		&[href*="x.com"]::before {
			content: "\f10e";
		}

		&[href*="bsky.app"]::before {
			content: "\f10f";
		}

		&[href*="mas.to"]::before {
			content: "\f10a";
		}
	}
}
