Dark mode with Bree Serif Font
Wikileaks - Bree Serif Dark Mode by HambyOrigin
Details
AuthorHambyOrigin
LicenseNo License
Categorywikileaks.org
Created
Updated
Size353 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Wikileaks
@version 20240731.14.45
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://wikileaks.org") {
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');
body {
font-family: "Bree Serif" !important;
background-color: #000 !important;
color: #fff !important;
}
}