Skip to content

Bidzaar Theme Enchancer by jarreskng

Screenshot of Bidzaar Theme Enchancer

Details

Authorjarreskng

LicenseNo License

Categorybidzaar

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fix colors, background and, and more.

Notes

Userstyle doesn't have notes.

Source code

@-moz-document domain("bidzaar.com") {
	
/* ==UserStyle==
@name         Bidzaar Theme Enhancer
@description  Fix colors, background and more.
@namespace    jrs
@version      0.0.1
@author       jarreskng <jarreskng@gmail.com> (https://github.com/jarreskng)
@license      unlicense
@preprocessor less
==/UserStyle== */

:root {
	--system-background-light: #2B2E38 !important;
	--system-background-dark: #19191D !important;

	--active-background-light: #FF0066 !important;
	--active-background-dark: #EE0060 !important;

	--gray-80-light: #666666;
	--gray-80-dark: #BEBFC5;
	
	
	--system-background-image-dark: url("https://i.ibb.co/kHBf9Jh/dark-bg.png");
	--system-background-image-light: url("https://i.ibb.co/kHBf9Jh/light-bg.png");
}

:root[theme="dark"] {
	--system-background-image: var(--system-background-image-light);
	--system-background: var(--system-background-dark);
	--active-background: var(--active-background-dark);
}

:root:not([theme="dark"]) {
	--system-background-image: var(--system-background-image-dark);
	--system-background: var(--system-background-light);
	--active-background: var(--active-background-light);
}

body .bdz-lyt-root {
	background-size: cover;
	background-image: var(--system-background-image);
}

body .lyt-toolbar .main-avatar .avatar .user-avatar {
	border: 2px solid var(--brand-pink)
}

body .layout-content .links .nav-group > .mat-divider {
	--mat-divider-color: var(--gray-80-light);
}
	
}

Reviews

No reviews yet.