Возможно, этот код документирован.

После сохранения или недавних изменений очистите кэш браузера.

@media (min-width: 1024px) {
	.watchlist-announcements {
		clear: right;
		float: right;
		margin-left: 1em;
		max-width: 40em;
		width: 100%;
	}
}

.watchlist-msg {
	background: var(--background-color-neutral-subtle, #f8f9fa);
	border: 1px solid var(--border-color-base, #a2a9b1);
	padding: 0.7em 0.9em;
	font-size: 85%;
	line-height: 1.4em;
}

.watchlist-msg + .watchlist-msg {
	margin-top: 0.5em;
}

body.skin-minerva .watchlist-msg {
	font-size: 1em;
}

.watchlist-msg-hidden {
	display: none !important;
}

.watchlist-msg-important {
	background: var(--background-color-warning-subtle, #fef6e7);
	/* FIXME: to border-color after [[phab:T364685]] */
	border: 1px solid var(--border-color-warning, #a66200);
}

.watchlist-msg-title {
	float: right;
	font-style: italic;
	margin-left: 0.7em;
	white-space: nowrap;
}

.watchlist-msg hr {
	color: #fd4;
    background-color: #fd4;
}

/* для снижения числа прыжков */
.watchlist-msg[id]:not(.watchlist-msg-hideable)::before,
.watchlist-msg-close {
	float: right;
	margin-left: 0.5em;
	white-space: nowrap;
}

.watchlist-msg-close:empty::before,
html.client-js .watchlist-msg[id]:not(.watchlist-msg-hideable)::before {
	content: '[x]';
}