MediaWiki:Vector-darkmode.less/transcripts.less

From Illerai

This is the current revision of this page, as edited by imported>Riblet15 at 06:28, 23 August 2023 (rm pre). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* ===========================
          Transcripts
   =========================== */

// Transcluded transcripts
.transcript {
	background: @pickled-bluewood;
}

// Transcript namespace
&.ns-120 .mw-parser-output,
.transcript {
	> ul {
		&, ul, ol {
			border-color: @waikawa-grey;
			list-style: none;

			&:hover {
				border-color: lighten( @waikawa-grey, 15% );
			}
		}
	}
}