dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

/* See https://dev.fandom.com/wiki/Talk:FluentUI?oldid=186352 */
/* Okay, but page > ... doesn't work for me (right rail bug), so I will return the oldest variant, I think it should be ok for you, me and this guy in Page Talk */

:root {
	--fluentui-blur: 30px;
}

.theme-fandomdesktop-dark .page {
	backdrop-filter: blur(var(--fluentui-blur));
	-webkit-backdrop-filter: blur(var(--fluentui-blur))
}
.theme-fandomdesktop-dark .page:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(var(--fluentui-blur));
	position: absolute;
	z-index: -1;
}
.theme-fandomdesktop-dark .page__main {
	background: rgba(var(--theme-page-background-color--rgb), .7);
}
.theme-fandomdesktop-dark .page__right-rail {
	background: rgba(var(--theme-page-background-color--secondary--rgb), .7); 
}
.theme-fandomdesktop-dark .rail-module {
	background: none;
}
.theme-fandomdesktop-dark #mixed-content-footer {
	backdrop-filter: blur(var(--fluentui-blur));
	background: rgba(var(--theme-page-background-color--rgb), .6);
}
.theme-fandomdesktop-dark .wikitable:not(.hummel-navbox),
.theme-fandomdesktop-dark .article-table:not(.hummel-navbox) {
    background: none !important;
}
.mw-datatable td, 
.mw-datatable th {
    background-color: transparent;
}