Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit bc435490 authored by Akhil's avatar Akhil
Browse files

add !important

parent c9b3ebc5
Loading
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
.settings-section.theming .theming__preview-list {
	.theming__preview--default .theming__preview--image {
		background-image: url(../img/theming/default.jpg);
	.theming__preview--default .theming__preview-image {
		background-image: url(../img/theming/default.jpg) !important;
	}

	.theming__preview--light .theming__preview--image {
		background-image: url(../img/theming/light.jpg);
	.theming__preview--light .theming__preview-image {
		background-image: url(../img/theming/light.jpg) !important;
	}

	.theming__preview--light-highcontrast .theming__preview--image {
		background-image: url(../img/theming/light-highcontrast.jpg);
	.theming__preview--light-highcontrast .theming__preview-image {
		background-image: url(../img/theming/light-highcontrast.jpg) !important;
	}

	.theming__preview--dark-highcontrast .theming__preview--image {
		background-image: url(../img/theming/dark-highcontrast.jpg);
	.theming__preview--dark-highcontrast .theming__preview-image {
		background-image: url(../img/theming/dark-highcontrast.jpg) !important;
	}

	.theming__preview--dark .theming__preview--image {
		background-image: url(../img/theming/dark.jpg);
	.theming__preview--dark .theming__preview-image {
		background-image: url(../img/theming/dark.jpg) !important;
	}
}