
	.tag.svelte-16joezy {
		display: inline;
		padding: 0.3em 0.5em;
		margin: 0em 0.25em;
		z-index: 1;
		position: relative;

		color: var(--on-bg-emphasis);

		background-color: var(--surface-color-primary);
		flex-wrap: wrap;
		text-wrap: wrap;
	}

	.tag.svelte-16joezy::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* background: var(--bg-color); */
		z-index: -10;
		border-radius: 5px;
		opacity: 1;
	}

	.tag.svelte-16joezy:hover::before {
		opacity: 0.7;
	}
