Skip to content

CNCF HyperRed by TheAnarchoX

Details

AuthorTheAnarchoX

LicenseNo License

Categorylandscape.cncf.io

Created

Updated

Size967 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

its black and red and only works with auto dark mode in OperaGX

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           CNCF HyperRed
@namespace      landscape.cncf.io
@version        1.0.0
==/UserStyle== */

@-moz-document domain("landscape.cncf.io") {

* {
	color: red !important;
	--color1: red !important;
}

body, header, 
.flex-column, .d-flex, .flex-grow-1,
#landscape, #landscape > div, 
.container-fluid, .navbar, 
div[class*="itemsContainer"] {
	background: black !important;
}

.btn, .btn-secondary, .btn-outline-primary:not(.active), div[class*="cardContent"] {
  background: black !important;
  border-color: red !important;
}

.btn-outline-primary:not(.active):hover, div[class*="cardContent"] {
  background: red !important;	

}

.btn-link, svg, small {
	color: red !important;
}

.btn.active, .btn-outline-primary.active {
  background: red !important;
  color: black !important;
	border: none !important
}

div[class*="catTitle"] {
  background: black !important;
	border: none !important
}
}

Reviews

No reviews yet.