Skip to content

buzzing.cc - 2024年3月 by iv0ry

Details

Authoriv0ry

LicenseNo License

Categorybuzzing.cc

Created

Updated

Size639 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

buzzing dark

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       buzzing.cc - 2024年3月
@version    20241218.02.44
@namespace  ?
==/UserStyle== */

@-moz-document domain("buzzing.cc") {
div.container.px-xs {
  background-color: #000000;
}

article.card.article.h-entry.hentry {
  background-color: #191919;
  color: #efefef;
}

a.p-name.entry-title.bold.no-underline.u-url {
  color: #6d9eeb;
}

header.header.px {
  background-color: #000000;
  color: #d9d9d9;
}

a.contrast.no-underline.small {
  color: #134f5c;
}
img:hover {
  filter: brightness(1) contrast(1);
  mix-blend-mode: normal;
}
img {
  filter: brightness(0.75) contrast(1);
  mix-blend-mode: difference;
}
}

Reviews

No reviews yet.